Accuracy Goal Fields
Fields
| Double | An AccuracyGoal that specifies the equivalent of double precision. |
| Inherit | An AccuracyGoal that specifies that calculations should be done to the absolute precision of the operands. |
| Inherit | 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. |
| Quad | An AccuracyGoal that specifies the equivalent of quad precision. |
| Single | An AccuracyGoal that specifies the equivalent of single precision. |