diff options
| author | bhgv <bhgv.empire@gmail.com> | 2019-03-06 02:50:05 +0300 |
|---|---|---|
| committer | bhgv <bhgv.empire@gmail.com> | 2019-03-06 02:50:05 +0300 |
| commit | d1a1a29bd5779e3a7e0d6ac4a6572eda5b28a943 (patch) | |
| tree | 77264b473051fc6569dc4e30c609804d725c37b2 /libinterp | |
| parent | c8a8f18fa610d27eb73d1d79a5f9f6a306fdf225 (diff) | |
Linux-Framebuffer graphics output was added. now no X needed for Inferno-graphics/GUI.
Diffstat (limited to 'libinterp')
| -rw-r--r-- | libinterp/runt.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
