[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Float type used in all calls
Source position: math.pp line 71
type float = extended; |
All calculations are done with the Float type. This allows to recompile the unit with a different float type to obtain a desired precision. The pointer type PFloat is used in functions that accept an array of values of arbitrary length.
lazarus-ccr.sourceforge.net |