cpitf.c: bugfix #304 reported by Dave Clarc, correct base of natural logarithm
This commit is contained in:
parent
c2ef7aeff3
commit
db52073f5d
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue