shithub: purgatorio

Download patch

ref: e59ffed426f628794d4669f152eff9a6239b99db
parent: 2cab6c0b2f7ccfad3c7990070ab0917cfd978cf1
author: henesy <devnull@localhost>
date: Fri Sep 27 16:44:24 EDT 2019

fix runt.h

--- 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