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#
The inverse hyperbolic sine of the imaginary number.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static Complex<T> Asinh(
Imaginary<T> z
)
Parameters
Return Value
Complex<T>The inverse hyperbolic sine of the imaginary number.
Remarks
The inverse hyperbolic sine of an imaginary number is complex.