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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DComplex.t629 |'cosh(acosh(z))':'z'
644 |'acosh(cosh(z)) ** 2':'z * z'
649 |'asech(z)':'acosh(1 / z)'
947 &acosh
956 &acosh
H A DComplex.pm55 asinh acosh atanh
1149 # acosh
1151 # Computes the arc hyperbolic cosine acosh(z) = log(z + sqrt(z*z-1)).
1153 sub acosh { subroutine
1215 # Computes the hyperbolic arc secant asech(z) = acosh(1 / z).
1220 return acosh(1 / $z);
1237 # Alias for acosh().
1699 acosh(z) = log(z + sqrt(z*z-1))
1703 asech(z) = acosh(1 / z)
H A DTrig.pm220 B<asinh>, B<acosh>, B<atanh>

Completed in 23 milliseconds