mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-21 10:26:06 +03:00
Use isnan and isinf from std::
This commit is contained in:
parent
dfcaa1b854
commit
7ad89e58cd
@ -249,6 +249,8 @@ void optimistic_yield(uint32_t interval_us);
|
|||||||
|
|
||||||
using std::min;
|
using std::min;
|
||||||
using std::max;
|
using std::max;
|
||||||
|
using std::isinf;
|
||||||
|
using std::isnan;
|
||||||
|
|
||||||
#define _min(a,b) ((a)<(b)?(a):(b))
|
#define _min(a,b) ((a)<(b)?(a):(b))
|
||||||
#define _max(a,b) ((a)>(b)?(a):(b))
|
#define _max(a,b) ((a)>(b)?(a):(b))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user