RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.ClearExceptions Function

Clears exception bits in FPU status word.

Pascal
procedure ClearExceptions(RaisePending: Boolean = True);
C++
ClearExceptions(Boolean RaisePending = True);

Math

ClearExceptions clears the exception bits in the FPU status word. If RaisePending is true, any pending floating point exceptions cause an error to be raised. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!