_ASINH - QB64Official/qb64 GitHub Wiki

The _ASINH function returns the arc hyperbolic sine of x, expressed in radians.

Syntax

return_value! = _ASINH(x!)

See Also