emake |
$z = Math::Complex->emake(args) cplxe $z = cplxe(args) |
Creates a complex number using the polar form.
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:
When called as a function, overrides the default display format, which is Cartesian.
make |
$z = Math::Complex->make(args) cplx $z = cplx(args) |
Creates a complex number using the Cartesian form.
Copyright © 2002 O'Reilly & Associates. All rights reserved.