r_floatingpoint_exception

Performs processing in response to the floating-point exception.

Remark This API function is called to run interrupt processing in response to a floating-point exception occurred when detecting the five exception events (overflow, underflow, inexact, division-by-zero, and invalid operation) specified in the IEEE754 standard and another floating-point exception that is generated on detection of unimplemented processing.

[Syntax]

void r_floatingpoint_exception ( void );

[Argument(s)]

None.

[Return value]

None.