diff options
author | jofret | 2008-06-16 15:38:21 +0000 |
---|---|---|
committer | jofret | 2008-06-16 15:38:21 +0000 |
commit | 2a78099e7ca507617c1eed06e2d63ae9e598f670 (patch) | |
tree | 1fe091fca18424b287daf15eec3c6dee72533785 | |
parent | 0c9fe38043c2d49b6076a0a3a65f94a352ebbfb3 (diff) | |
download | scilab2c-2a78099e7ca507617c1eed06e2d63ae9e598f670.tar.gz scilab2c-2a78099e7ca507617c1eed06e2d63ae9e598f670.tar.bz2 scilab2c-2a78099e7ca507617c1eed06e2d63ae9e598f670.zip |
Add precision for DPI and FPI
-rw-r--r-- | src/includes/constant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/includes/constant.h b/src/includes/constant.h index bf18bf97..a2c0d499 100644 --- a/src/includes/constant.h +++ b/src/includes/constant.h @@ -13,8 +13,8 @@ #ifndef __CONSTANT_H__ #define __CONSTANT_H__ -#define FPI 3.1415826535f -#define DPI 3.1415826535 +#define FPI 3.1415926535897931159980f +#define DPI 3.1415926535897931159980 #endif /* !__CONSTANT_H__ */ |