Hi,
just came across this while porting my Arduino code:
Where is isnan() and isinf()?
Markus
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.
Thanks that works - strangely the include is not required on Arduino.
Iād guess that math.h
will be included via some other include.