From db52073f5da9066ca364c061ffcc5588578c509e Mon Sep 17 00:00:00 2001 From: dwarning Date: Wed, 25 Mar 2015 07:01:26 +0100 Subject: [PATCH] cpitf.c: bugfix #304 reported by Dave Clarc, correct base of natural logarithm --- src/frontend/cpitf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/cpitf.c b/src/frontend/cpitf.c index cfb1706d3..21c777815 100644 --- a/src/frontend/cpitf.c +++ b/src/frontend/cpitf.c @@ -37,7 +37,7 @@ ft_cpinit(void) "no", "0", "FALSE", "0", "pi", "3.14159265358979323846", - "e", "2.71828182844590452353", + "e", "2.71828182845904523536", "c", "2.997925e8", "i", "0,1", "kelvin", "-273.15",