BigFloat.AtanPi Method

Computes the arc-tangent 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 AtanPi(
	BigFloat x
)

Parameters

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

Return Value

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

Implements

ITrigonometricFunctions<TSelf>.AtanPi(TSelf)

See Also