BigFloat(Double, AccuracyGoal) Constructor

Constructs a new arbitrary precision floating-point number from a double-precision floating-point number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public BigFloat(
	double value,
	AccuracyGoal accuracyGoal
)

Parameters

value  Double
A Double.
accuracyGoal  AccuracyGoal
An AccuracyGoal value that specifies the desired accuracy.

See Also