Click or drag to resize

ComplexMathAcos Method

Computes the inverse cosine (arccosine) of a complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static Complex Acos(
	Complex z
)

Parameters

z
Type: Meta.NumericsComplex
The number.

Return Value

Type: Complex
The value of arccos(z).
See Also