floatcosh

Syntax

native Float:floatcosh(Float:angle, anglemode:mode=radian);

Usage

Parameter Description
value
The angle to calculate the hyperbolic cosine from
mode
What unit of measurement is the angle specified in
Defaults to radians

Description

Returns the hyperbolic cosine of a given angle

Note

For available units of measurements(modes) look at the anglemode enum

Return

The hyperbolic cosine of a given angle