BigFloat.GetPi(AccuracyGoal, RoundingMode) Method

Returns the value of pi to the specified number of digits.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigFloat GetPi(
	AccuracyGoal goal,
	RoundingMode roundingMode
)

Parameters

goal  AccuracyGoal
The desired accuracy.
roundingMode  RoundingMode
A RoundingMode value that specifies how the result should be rounded.

Return Value

BigFloat
The number pi to the specified number of digits.

Remarks

Computing a very large number of digits may take a long time.

See Also