floatsinh
Syntax
native Float:floatsinh(Float:angle, anglemode:mode=radian);
Usage
| Parameter | Description |
|---|---|
| value | The angle to calculate the hyperbolic sine from |
| mode | What unit of measurement is the angle specified in Defaults to radians |
Description
Returns the hyperbolic sine of a given angle
Note
For available units of measurements(modes) look at the anglemode enum
Return
The hyperbolic sine of a given angle