[fpc-pascal] math with infinity and NaN

Sven Barth pascaldragon at googlemail.com
Wed Jun 20 23:22:56 CEST 2018


Am 20.06.2018 um 23:15 schrieb James Richters:
> Is there a way to prevent getting the runtime error?

=== code begin ===

SetExceptionMask(GetExceptionMask + [exInvalidOp]);

=== code end ===

Regards,
Sven



More information about the fpc-pascal mailing list