Complex::Acos Method (Complex)
.NET Framework (current version)
Returns the angle that is the arc cosine of the specified complex number.
Assembly: System.Numerics (in System.Numerics.dll)
Parameters
- value
-
Type:
System.Numerics::Complex
A complex number that represents a cosine.
Return Value
Type: System.Numerics::ComplexThe angle, measured in radians, which is the arc cosine of value.
The Acos method for complex numbers corresponds to the Math::Acos method for real numbers.
The Acos method uses the following formula:
(-ImaginaryOne) * Log(value + ImaginaryOne*Sqrt(One - value * value)))
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone
Available since 8.1
Show: