From 2a78099e7ca507617c1eed06e2d63ae9e598f670 Mon Sep 17 00:00:00 2001 From: jofret Date: Mon, 16 Jun 2008 15:38:21 +0000 Subject: Add precision for DPI and FPI --- src/includes/constant.h | 4 ++-- 1 file 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__ */ -- cgit