1970c37b08
This package lets you create and manipulate complex numbers. By default, Perl limits itself to real numbers, but an extra use statement brings full complex support, along with a full set of mathematical functions typically associated with and/or extended to complex numbers.
4 lines
275 B
Text
4 lines
275 B
Text
This package lets you create and manipulate complex numbers. By default, Perl
|
|
limits itself to real numbers, but an extra use statement brings full complex
|
|
support, along with a full set of mathematical functions typically associated
|
|
with and/or extended to complex numbers.
|