Math387.ArcCos / ArcCosf Method

Overload List

#SignatureDescription
1TCplx ArcCos(TCplx X)Inverse cosine of X.
2TSCplx ArcCos(TSCplx X)
3Double ArcCos(Double X)Inverse cosine.
4Single ArcCosf(Single X)

Overload 1: TCplx ArcCos(TCplx X)

Inverse cosine of X.

#NameTypeDescription
1XTCplxscalar

Returns: TCplx (complex) - Returns the inverse cosine of complex argument X.

Remarks:

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

Overload 2: TSCplx ArcCos(TSCplx X)

#NameTypeDescription
1XTSCplxscalar

Returns: TSCplx

Overload 3: Double ArcCos(Double X)

Inverse cosine.

#NameTypeDescription
1XDoublescalar

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

Remarks:

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

See Also: Math387.Cos

Overload 4: Single ArcCosf(Single X)

#NameTypeDescription
1XSinglescalar

Returns: Single