Gets the inverse cosine of a real number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Complex<T> Acos(
T a
)
Public Shared Function Acos (
a As T
) As Complex(Of T)
public:
static Complex<T> Acos(
T a
)
static member Acos :
a : 'T -> Complex<'T>
Parameters
- a
- Type: T
A complex number.
Return Value
Type:
ComplexTThe inverse cosine of the complex number.
Reference