Signature
native Float:floatcosh(Float:angle, anglemode:mode = radian);
Description
Returns the hyperbolic cosine of a given angle
Notes
- For available units of measurements(modes) look at the anglemode enum
Parameters
- value — The angle to calculate the hyperbolic cosine from
-
mode
—
What unit of measurement is the angle specified in
Defaults to radians
Returns
The hyperbolic cosine of a given angle