Click or drag to resize

MathfCosh Method

Returns the hyperbolic cosine of angle `s` in radians.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float Cosh(
	float s
)

Parameters

s
Type: SystemSingle
The angle in radians.

Return Value

Type: Single
The hyperbolic cosine of that angle.
See Also