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