7.4 Floating-point numbers
enabled-floating-point-traps supported-floating-point-conditions with-floating-point-trapsThe function
enabled-floating-point-traps
returns a list of the floating-point conditions that are currently operative for trapping floating-point errors. The constantsupported-floating-point-conditions
defines the hardware-supported error-trapping conditions for floating-point operations. In general, these conditions operate under the same mechanism as conditions described in the chapter "Conditions" in CLtL2. However, note that these conditions cause traps in the hardware; any floating-point conditions that you define with the macrodefine-condition
are ignored byenabled-floating-point-traps
. The macrowith-floating-point-traps
enables certain conditions and disables others during the execution of its body.
Generated with Harlequin WebMaker