6.4.3. Determine if a number is finite (isfinite)

This macro determines if its argument has a finite value.

int isfinite(real-floating x);

where real-floating can be type float, double, or long double.

Here, isfinite returns:

It does not cause any errors or exceptions.

Copyright © 2002-2006 ARM Limited. All rights reserved.ARM DUI 0205G
Non-Confidential