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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm56 acsch acosech asech acoth acotanh
1224 # acsch
1226 # Computes the hyperbolic arc cosecant acsch(z) = asinh(1 / z).
1228 sub acsch { subroutine
1230 _divbyzero 'acsch(0)', $z if ($z == 0);
1239 sub acosech { Math::Complex::acsch(@_) }
1702 acsch(z) = asinh(1 / z)
1882 atanh asech acsch acoth
1898 C<asech>, C<acsch>, the argument cannot be C<0> (zero). For the

Completed in 24 milliseconds