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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm49 tan
87 'tan' => \&tan,
867 # tan
869 # Compute tan(z) = sin(z) / cos(z).
871 sub tan { subroutine
874 _divbyzero "tan($z)", "cos($z)" if $cz == 0;
1676 tan(z) = sin(z) / cos(z)
1680 cot(z) = 1 / tan(z)
1879 tan se
[all...]

Completed in 17 milliseconds