Imaginary<T>.Asinh Method

Gets the inverse hyperbolic sine of an imaginary number.

Definition

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

Parameters

z  Imaginary<T>
An imaginary number.

Return Value

Complex<T>
The inverse hyperbolic sine of the imaginary number.

Remarks

The inverse hyperbolic sine of an imaginary number is complex.

See Also