Returns the inverse cosine (arc cosine) of a Complex
, with branch cuts outside the interval [-1,1] along the real axis.
Complex
object. A newly constructed Complex
initialized to the inverse (arc) cosine of the argument. The real part of the result is in the interval .
Specifically, if z = x+iy,
.
returns
.
returns
.
returns
.
returns
, for finite x.
returns
, for positive-signed finite y.
returns
, for positive-signed finite y.
returns
(where the sign of the imaginary part of the result is unspecified).
returns
.
returns
.
returns
, for nonzero finite x.
returns
, for finite y.
returns
.
Complex Class | Imsl.Math Namespace