is_inf Function (ROM Call 0x2FF)

AMS 1.01 or higher math.h, timath.h

short is_inf (float x);

Checks whether the argument is an infinite number.

is_inf returns TRUE if x is an infinite number (i.e. UNSIGNED_INF, POSITIVE_INF or NEGATIVE_INF), else returns FALSE. Infinite values are produced when the result is unbounded (for example dividing by zero), or in case of overflow. This function is an alias for TIOS function originally called is_float_infinity.


Uses: _bcd_math
Used by: cacos, casin, cln, is_transfinite, itrig, did_push_anti_deriv, push_1st_derivative, push_abs, push_csolve, push_czeros, push_def_int, push_desolve, push_lim, push_max, push_min, push_nsolve, push_solve, push_zeros, did_push_to_polar, push_equals, push_exponentiate, push_greater_than, push_greater_than_or_equals, push_less_than, push_less_than_or_equals, push_not_equals, push_to_cylin, get_ub