Lines Matching refs:Complex
8 package Math::Complex;
847 Math::Complex::abs(@_);
856 Math::Complex::arg(@_);
915 sub ln { Math::Complex::log(@_) }
924 return Math::Complex::log($_[0]) * _uplog10;
1015 sub cosec { Math::Complex::csc(@_) }
1034 sub cotan { Math::Complex::cot(@_) }
1129 sub acosec { Math::Complex::acsc(@_) }
1151 sub acotan { Math::Complex::acot(@_) }
1238 sub cosech { Math::Complex::csch(@_) }
1260 sub cotanh { Math::Complex::coth(@_) }
1353 sub acosech { Math::Complex::acsch(@_) }
1377 sub acotanh { Math::Complex::acoth(@_) }