Where is isnan and isinf? [SOLVED in math.h]

Hi,

just came across this while porting my Arduino code:
Where is isnan() and isinf()?

Markus

Try #include "math.h" as you would on Arduino.

2 Likes

Thanks that works - strangely the include is not required on Arduino.

1 Like

Iā€™d guess that math.h will be included via some other include.