Imaginary<T>.Tanh Method

Gets the hyperbolic tangent of an imaginary number.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
public static Imaginary<T> Tanh(
	Imaginary<T> z
)

Parameters

z  Imaginary<T>
An imaginary number.

Return Value

Imaginary<T>
The hyperbolic tangent of the imaginary number.

Remarks

The hyperbolic tangent of an imaginary number is itself imaginary.

See Also