Click or drag to resize

ComplexMathAsin Method

Computes the inverse sine (arcsine) of a complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Complex Asin(
	Complex z
)

Parameters

z
Type: Meta.NumericsComplex
The number.

Return Value

Type: Complex
The value of arcsin(z).
See Also