ComplexArcSin(Complex) Method |
Calculates the Arcus Sinus of the complex number
Namespace: RelaxIS_SDK.libMathAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public static Complex ArcSin(
Complex c
)
Public Shared Function ArcSin (
c As Complex
) As Complex
Dim c As Complex
Dim returnValue As Complex
returnValue = Complex.ArcSin(c)
Parameters
- c Complex
- The complex number used for calculation
Return Value
ComplexThe Arcus Sinus of the complex number
See Also