TFPURoundingMode
How to round floating point values
Declaration
Source position: mathh.inc line 52
Type
TFPURoundingMode = (rmNearest,rmDown,rmUp,rmTruncate)
Description
TFPURoundingMode enumerates the possible values for software floating point math rounding. It has been moved here from the math unit.
See also
Name | Description |
---|---|
softfloat_rounding_mode | Rounding mode for softfloat |
TFPUPrecisionMode | Type describing the default precision for Floating Point math. |