diff options
| author | bhgv <bhgv.empire@gmail.com> | 2018-03-02 03:36:20 +0200 |
|---|---|---|
| committer | bhgv <bhgv.empire@gmail.com> | 2018-03-02 03:36:20 +0200 |
| commit | 0e00ccc314faa6ad00e55c4a2b09adff5a8c9459 (patch) | |
| tree | 2c6f5b0f51b8a1c86fbcc5ddeb704d636aecae57 /libinterp | |
| parent | 9114a6bf3780060ea5104bdff0cd6d234ffdeb2b (diff) | |
ready to build and run in Linux as a regular emu
Diffstat (limited to 'libinterp')
| -rw-r--r-- | libinterp/runt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libinterp/runt.h b/libinterp/runt.h index a199759..df226d5 100644 --- a/libinterp/runt.h +++ b/libinterp/runt.h @@ -3097,7 +3097,7 @@ struct F_Math_yn #define Math_NaN NaN #define Math_MachEps 2.220446049250313e-16 #define Math_Pi 3.141592653589793 -#define Math_Degree .017453292519943295 +#define Math_Degree .017453292519943292 #define Math_INVAL 1 #define Math_ZDIV 2 #define Math_OVFL 4 |
