BigFloat.AcosPi Method

Computes the arc-cosine of a value and divides the result by pi.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static BigFloat AcosPi(
	BigFloat x
)

Parameters

x  BigFloat
The value whose arc-cosine is to be computed.

Return Value

BigFloat
The arc-cosine of x, divided by pi.

Implements

ITrigonometricFunctions<TSelf>.AcosPi(TSelf)

See Also