From d1a1a29bd5779e3a7e0d6ac4a6572eda5b28a943 Mon Sep 17 00:00:00 2001 From: bhgv Date: Wed, 6 Mar 2019 02:50:05 +0300 Subject: Linux-Framebuffer graphics output was added. now no X needed for Inferno-graphics/GUI. --- libinterp/runt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libinterp') diff --git a/libinterp/runt.h b/libinterp/runt.h index df226d5..3aebf93 100644 --- a/libinterp/runt.h +++ b/libinterp/runt.h @@ -3096,8 +3096,8 @@ struct F_Math_yn #define Math_Infinity Infinity #define Math_NaN NaN #define Math_MachEps 2.220446049250313e-16 -#define Math_Pi 3.141592653589793 -#define Math_Degree .017453292519943292 +#define Math_Pi 3.1415927410125732 +#define Math_Degree .01745329238474369 #define Math_INVAL 1 #define Math_ZDIV 2 #define Math_OVFL 4 -- cgit v1.2.3