diff options
| author | forsyth <forsyth@vitanuova.com> | 2012-06-15 11:21:16 -0400 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2012-06-15 11:21:16 -0400 |
| commit | 048b3b32a4beb538add2bbb2e9401a24d05e8db6 (patch) | |
| tree | d76735330784cc7905666ea9388c16b68cb9b5a8 | |
| parent | ecb4f7ffef23ff372fe6037001496fb766aacc11 (diff) | |
20120615-1121
| -rw-r--r-- | include/mathi.h | 1 | ||||
| -rw-r--r-- | include/version.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/mathi.h b/include/mathi.h index c85b31d4..14f62b7a 100644 --- a/include/mathi.h +++ b/include/mathi.h @@ -56,7 +56,6 @@ extern double floor(double); extern double __ieee754_fmod(double, double); extern double __ieee754_hypot(double, double); extern int ilogb(double); -extern int isnan(double); extern double __ieee754_j0(double); extern double __ieee754_j1(double); extern double __ieee754_jn(int, double); diff --git a/include/version.h b/include/version.h index d648718b..45497ffc 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20120509)" +#define VERSION "Fourth Edition (20120615)" |
