Click or drag to resize

ComplexASinh(Complex) Method

Calculates the Arcus Sinus Hyperbolicus of the complex number

Namespace: RelaxIS_SDK.libMath
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public static Complex ASinh(
	Complex c
)

Parameters

c  Complex
The complex number used for calculation

Return Value

Complex
The Arcus Sinus Hyperbolicus of the real number
See Also