Browse Source

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

pre-master-46
dwarning 11 years ago
parent
commit
db52073f5d
  1. 2
      src/frontend/cpitf.c

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

Loading…
Cancel
Save