Click or drag to resize

NMathFunctionsTanh(FloatComplex) Method

Calculates the hyperbolic tangent of a complex number.

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

Parameters

c  FloatComplex
A complex number.

Return Value

FloatComplex
The hyperbolic tangent of c.
See Also