From 048b3b32a4beb538add2bbb2e9401a24d05e8db6 Mon Sep 17 00:00:00 2001 From: forsyth Date: Fri, 15 Jun 2012 11:21:16 -0400 Subject: 20120615-1121 --- include/mathi.h | 1 - include/version.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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)" -- cgit v1.2.3