native

floatsinh

Syntax

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

Description

Returns the hyperbolic sine of a given angle

Parameters

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

Note

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

Return

The hyperbolic sine of a given angle