dos_sinh - dalefugier/DOSLib GitHub Wiki

Calculate the hyperbolic sine of a number.

Syntax

(dos_sinh number)

Parameters

number

The number.

Returns

The hyperbolic sine, if successful.

nil on error.

Example

Command: (dos_sinh 1)
1.1752
Command: (dos_sinh -1)
-1.1752