Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: emakeChapter 8
Standard Modules
Next: Reference: make
 

display_format

display_format ([format])

When called as a method, sets display format for current object. If format is not specified, returns the current setting. Possible settings are:

c

Cartesian format

p

Polar format

When called as a function, overrides the default display format, which is Cartesian.


Previous: Reference: emakePerl in a NutshellNext: Reference: make
Reference: emakeBook IndexReference: make