AccuracyGoal Fields

Fields

DoublePrecision An AccuracyGoal that specifies the equivalent of double precision.
InheritAbsolute An AccuracyGoal that specifies that calculations should be done to the absolute precision of the operands.
InheritRelative An AccuracyGoal that specifies that calculations should be done to the relative precision of the operands.
Integer An AccuracyGoal that specifies that calculations should be done to integer precision, without digits after the decimal.
QuadPrecision An AccuracyGoal that specifies the equivalent of quad precision.
SinglePrecision An AccuracyGoal that specifies the equivalent of single precision.

See Also