Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: display_formatChapter 8
Standard Modules
Next: 8.107 Math::Complex
 

make

$z = Math::Complex->make(args)
cplx $z = cplx(args)

Creates a complex number using the Cartesian form.


Previous: Reference: display_formatPerl in a NutshellNext: 8.107 Math::Complex
Reference: display_formatBook Index8.107 Math::Complex