added check for Nan
This commit is contained in:
parent
e27071de78
commit
7e8422d810
@ -9,6 +9,8 @@
|
|||||||
double __huge_val(void); /* may be infinity */
|
double __huge_val(void); /* may be infinity */
|
||||||
#define HUGE_VAL (__huge_val())
|
#define HUGE_VAL (__huge_val())
|
||||||
|
|
||||||
|
int __IsNan(double d); /* test for Not A Number */
|
||||||
|
|
||||||
double acos(double _x);
|
double acos(double _x);
|
||||||
double asin(double _x);
|
double asin(double _x);
|
||||||
double atan(double _x);
|
double atan(double _x);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user