float_raise
Raise floating point exception
Declaration
Source position: mathh.inc line 90
procedure float_raise(i: TFPUException);
procedure float_raise(i: TFPUExceptionMask);
Description
float_raise raises the floating point exceptions specified by softfloat_exception_flags .
See also
Name | Description |
---|---|
softfloat_exception_flags | Current soft float exception flags |
softfloat_exception_mask | Current soft float exception mask |