diff options
-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__ */ |