Click or drag to resize

MathfTanh Method

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

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

Parameters

s
Type: SystemSingle
The angle in radians.

Return Value

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