Searched refs:acot (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.t155 'acot(0)',
156 'acot(+$i)',
176 'acot(-$i)',
595 |'acot(z)':'acotan(z)'
604 |'cot(acot(z))':'z'
830 &acot
838 &acot
H A DComplex.pm52 acsc acosec asec acot acotan
1024 # acot
1026 # Computes the arc cotangent acot(z) = atan(1 / z)
1028 sub acot { subroutine
1030 _divbyzero "acot(0)" if $z == 0;
1033 _divbyzero "acot(i)" if ($z - i == 0);
1034 _logofzero "acot(-i)" if ($z + i == 0);
1041 # Alias for acot().
1043 sub acotan { Math::Complex::acot(@_) }
1261 # Alias for acot()
[all...]
H A DTrig.pm204 and acotan/acot are aliases)
206 B<acsc>, B<acosec>, B<asec>, B<acot>, B<acotan>
263 For the C<csc>, C<cot>, C<asec>, C<acsc>, C<acot>, C<csch>, C<coth>,

Completed in 18 milliseconds