code: 9ferno

Download patch

ref: c6c1b7307d94a9f49610de276739cb35cf76772c
parent: 5f06f20aeb34618e7f059aa21c6432972121b972
author: henesy <unknown>
date: Mon Apr 29 11:38:15 EDT 2019

fix regression in runt.h ;; hgignore Linux binaries

--- a/.hgignore
+++ b/.hgignore
@@ -22,6 +22,7 @@
 [A-Z]*/*/bin/data2s
 [A-Z]*/*/bin/emu
 [A-Z]*/*/bin/limbo
+Linux/*/bin/*
 Nt/*/bin/?[acl].exe
 Nt/*/bin/5coff.exe
 Nt/*/bin/5cv.exe
--- a/libinterp/runt.h
+++ b/libinterp/runt.h
@@ -3096,8 +3096,8 @@
 #define Math_Infinity Infinity
 #define Math_NaN NaN
 #define Math_MachEps 2.220446049250313e-16
-#define Math_Pi 3.1415927410125732
-#define Math_Degree .01745329238474369
+#define Math_Pi 3.141592653589793
+#define Math_Degree .017453292519943295
 #define Math_INVAL 1
 #define Math_ZDIV 2
 #define Math_OVFL 4