[fpc-pascal] Floating point question

Jonas Maebe jonas at freepascal.org
Sun Feb 4 23:25:05 CET 2024


On 04/02/2024 23:21, James Richters via fpc-pascal wrote:
> Shouldn’t this do all calculations as Extended?
> 
> AA = Extended(8427+33/1440.0);

No, this only tells the compiler to interpret the result as extended.


Jonas


More information about the fpc-pascal mailing list