Click or drag to resize

NMathFunctionsTanh(Single) Method

Calculates the hyperbolic tangent of a floating point number.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static float Tanh(
	float f
)

Parameters

f  Single
A floating point number.

Return Value

Single
The hyperbolic tangent of f.
See Also