TFPUPrecisionMode

Type describing the default precision for Floating Point math.

Declaration

Source position: mathh.inc line 53

Type
TFPUPrecisionMode = (pmSingle,pmReserved,pmDouble,pmExtended)

Description

TFPUPrecisionMode describes the possible default precisions for the software Floating Point math routines. It has been moved here from the math unit.

See also

Name Description
TFPURoundingMode How to round floating point values