cpitf.c: bugfix #304 reported by Dave Clarc, correct base of natural logarithm

This commit is contained in:
dwarning 2015-03-25 07:01:26 +01:00
parent c2ef7aeff3
commit db52073f5d
1 changed files with 1 additions and 1 deletions

View File

@ -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",