summaryrefslogtreecommitdiff
path: root/src/includes
diff options
context:
space:
mode:
authorjofret2008-06-16 15:38:21 +0000
committerjofret2008-06-16 15:38:21 +0000
commit2a78099e7ca507617c1eed06e2d63ae9e598f670 (patch)
tree1fe091fca18424b287daf15eec3c6dee72533785 /src/includes
parent0c9fe38043c2d49b6076a0a3a65f94a352ebbfb3 (diff)
downloadscilab2c-2a78099e7ca507617c1eed06e2d63ae9e598f670.tar.gz
scilab2c-2a78099e7ca507617c1eed06e2d63ae9e598f670.tar.bz2
scilab2c-2a78099e7ca507617c1eed06e2d63ae9e598f670.zip
Add precision for DPI and FPI
Diffstat (limited to 'src/includes')
-rw-r--r--src/includes/constant.h4
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__ */