Math-Complex

Math::Complex(3p) Perl Programmers Reference Guide Math::Complex(3p)

Math-Complex

Math::Complex(3p) Perl Programmers Reference Guide Math::Complex(3p) # Math::Complex(3p) Perl Programmers Reference Guide Math::Complex(3p) NNAAMMEE # Math::Complex - complex numbers and associated mathematical functions SSYYNNOOPPSSIISS # use Math::Complex; $z = Math::Complex->make(5, 6); $t = 4 - 3*i + $z; $j = cplxe(1, 2*pi/3); DDEESSCCRRIIPPTTIIOONN # This package lets you create and manipulate complex numbers. By default, _P_e_r_l 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. ...