BigFloat.Acos(BigFloat) Method

Returns the inverse cosine of a number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigFloat Acos(
	BigFloat value
)

Parameters

value  BigFloat
A BigFloat value.

Return Value

BigFloat
The inverse cosine of value.

Remarks

The result has the same absolute accuracy as value.

Exceptions

ArgumentNullExceptionvalue is null.

See Also