dos_asinh - dalefugier/DOSLib GitHub Wiki

Calculate the inverse hyperbolic sine.

Syntax

(dos_asinh number)

Parameters

number

The number.

Returns

The inverse hyperbolic sine of the number, if successful.

nil on error.

Example

Command: (dos_asinh -2.5)
-1.64723
Command: (dos_asinh 10)
2.99822