IComplexElementaryFunctions<T, U>.Acos Method

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0

Overload List

Acos(T) Gets the inverse cosine of a real number.
Acos(U) Gets the inverse cosine of a real number.

Acos(T)

Gets the inverse cosine of a real number.
C#
T Acos(
	T z
)

Parameters

z  T
A complex number.

Return Value

T
The inverse cosine of z.

Acos(U)

Gets the inverse cosine of a real number.
C#
T Acos(
	U a
)

Parameters

a  U
A real number.

Return Value

T
The inverse cosine of a.

See Also