code: 9ferno

Download patch

ref: 57446af9a447c3a81414131f2407a9ca6f6a1a94
parent: bbd6a23c4f306339b4a6285cb419b2da339de397
author: henesy <unknown>
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