aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMicah Cochran <micahcochran@users.noreply.github.com>2016-05-31 17:16:31 -0500
committerMicah Cochran <micahcochran@users.noreply.github.com>2016-05-31 17:16:31 -0500
commit05f802717a9f4e1d25754c94d518ebdd9ae5eb61 (patch)
treec4322dac9ff1c25521da8818205a1a7f04d6e21e /src
parent3043b2f7fcf4471983c8d4472b17ccf9df1710c8 (diff)
downloadPROJ-05f802717a9f4e1d25754c94d518ebdd9ae5eb61.tar.gz
PROJ-05f802717a9f4e1d25754c94d518ebdd9ae5eb61.zip
correct M_PI_HALFPI value
last digit changed to 9
Diffstat (limited to 'src')
-rw-r--r--src/projects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects.h b/src/projects.h
index e7b62700..9aca7d95 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -101,7 +101,7 @@ extern double hypot(double, double);
#define M_FORTPI M_PI_4 /* pi/4 */
#define M_HALFPI M_PI_2 /* pi/2 */
/* M_PI pi */
-#define M_PI_HALFPI 4.71238898038468985766 /* 1.5*pi */
+#define M_PI_HALFPI 4.71238898038468985769 /* 1.5*pi */
#define M_TWOPI 6.28318530717958647693 /* 2*pi */
#define M_TWO_D_PI M_2_PI /* 2/pi */
#define M_TWOPI_HALFPI 7.85398163397448309616 /* 2.5*pi */