1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 19:10:25 +00:00
qb64/internal/help/_ASINH.md

742 B

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

Syntax

return_value! = _ASINH(x!)

See Also