[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Type describing the default precision for the Floating Point processor.
Source position: mathuh.inc line 18
type TFPUPrecisionMode = ( |
||
pmSingle, |
|
Single-type precision |
pmReserved, |
|
? |
pmDouble, |
|
Double-type precision |
pmExtended |
|
Extended-type precision |
); |
lazarus-ccr.sourceforge.net |