Returns the hyperbolic cosine of angle `s` in radians.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static float Cosh(
float s
)
Parameters
- s
- Type: SystemSingle
The angle in radians.
Return Value
Type:
SingleThe hyperbolic cosine of that angle.
See Also