Returns the inverse cosine (arc cosine) of a Complex,
with branch cuts outside the interval [-1,1] along the
real axis.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static Complex Acos( Complex z ) |
Visual Basic (Declaration) |
---|
Public Shared Function Acos ( _ z As Complex _ ) As Complex |
Visual C++ |
---|
public: static Complex Acos( Complex z ) |
Parameters
- z
- Type: Imsl.Math..::.Complex
A Complex object.
Return Value
A newly constructed Complex initialized to the inverse (arc) cosine of the argument. The real part of the result is in the interval![[0,\pi]](eqn/eqn_0663.png)
Remarks
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
.