Numworks Epsilon  1.4.1
Graphing Calculator Operating System
math.h File Reference

Go to the source code of this file.

Macros

#define isinff(x)   __builtin_isinf(x)
 
#define isnanf(x)   __builtin_isnan(x)
 

Macro Definition Documentation

◆ isinff

#define isinff (   x)    __builtin_isinf(x)

Definition at line 5 of file math.h.

◆ isnanf

#define isnanf (   x)    __builtin_isnan(x)

Definition at line 6 of file math.h.