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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.pm55 asinh acosh atanh
1177 # asinh
1179 # Computes the arc hyperbolic sine asinh(z) = log(z + sqrt(z*z+1))
1181 sub asinh { subroutine
1226 # Computes the hyperbolic arc cosecant acsch(z) = asinh(1 / z).
1231 return asinh(1 / $z);
1698 asinh(z) = log(z + sqrt(z*z+1))
1702 acsch(z) = asinh(1 / z)

Completed in 24 milliseconds