asinh()
asinh(\Complex\Complex|mixed $complex) : \Complex\Complex
Returns the inverse hyperbolic sine of a complex number.
Parameters
\Complex\Complex|mixed | $complex | Complex number or a numeric value. |
Throws
- \Complex\Exception
If argument isn't a valid real or complex number.
Returns
\Complex\Complex —The inverse hyperbolic sine of the complex argument.