Click or drag to resize

ComplexMathAcos Method

Overload List
 NameDescription
Public methodStatic memberAcos(Complex) This function returns the complex arccosine of the complex number a, arccos(a). The branch cuts are on the real axis, less than -1 and greater than 1.
Public methodStatic memberAcos(Complex32) This function returns the complex arccosine of the complex number a, arccos(a). The branch cuts are on the real axis, less than -1 and greater than 1.
Public methodStatic memberAcos(Double) This function returns the complex arccosine of the real number a, arccos(a).
Top
See Also