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
)
Public Shared Function Asin (
z As Complex
) As Complex
public:
static Complex Asin(
Complex z
)
static member Asin :
z : Complex -> Complex
Parameters
- z
- Type: Meta.NumericsComplex
The number.
Return Value
Type:
ComplexThe value of arcsin(z).
See Also