asinh
Computes the inverse hyperbolic sine of the value x.
The returned value is y such that sinh(y) == x.
Special cases:
asinh(NaN)isNaNasinh(+Inf)is+Infasinh(-Inf)is-Inf
Computes the inverse hyperbolic sine of the value x.
The returned value is y such that sinh(y) == x.
Special cases:
asinh(NaN) is NaNasinh(+Inf) is +Infasinh(-Inf) is -Inf