Math387.ArcSin / ArcSinf Method

Overload List

#SignatureDescription
1TCplx ArcSin(TCplx X)Inverse sine.
2TSCplx ArcSin(TSCplx X)
3Double ArcSin(Double X)Inverse sine.
4Single ArcSinf(Single X)

Overload 1: TCplx ArcSin(TCplx X)

Inverse sine.

#NameTypeDescription
1XTCplxscalar

Returns: TCplx (complex) - Returns the inverse sine of X. X must be between -1 and 1.

Remarks:

To obtain an inverse sine for X outside the interval [-1,1] use this version of function.

Overload 2: TSCplx ArcSin(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: TSCplx

Overload 3: Double ArcSin(Double X)

Inverse sine.

#NameTypeDescription
1XDoublescalar

Returns: Double - Returns the inverse sine of X. X must be between -1 and 1.

Remarks:

The return value will be in the range [-PI/2,PI/2], in radians for a real argument. To obtain an inverse sine for X outside the interval [-1,1] use the complex version of the function.

See Also: Math387.Sin

Overload 4: Single ArcSinf(Single X)

#NameTypeDescription
1XSinglescalar

Returns: Single