Searched defs:Complex (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm2 # Complex numbers and associated mathematical functions
8 package Math::Complex;
232 # This avoids the burden of writing Math::Complex->make(re, im).
242 # This avoids the burden of writing Math::Complex->emake(rho, theta).
740 Math::Complex::abs(@_);
749 Math::Complex::arg(@_);
807 sub ln { Math::Complex::log(@_) }
816 return Math::Complex::log($_[0]) * uplog10;
907 sub cosec { Math::Complex::csc(@_) }
926 sub cotan { Math::Complex
[all...]

Completed in 17 milliseconds