using
log(x)
for log to base 10 and ln(x)
for log to base e.Things I can cope with:
using
log10(x)
for log to base 10 and then loge(x)
for log to base e ( What is that, "lowge"?).Things I don't like:
using
log(x)
for log to base e and then log10(x)
for log base 10.using
log(x)
for log to base 10 and loge(x)
for log to base e.I am so glad Kaleidagraph uses the first notation, so I don't have to spend hours writing myself notes and sticking them everywhere to remind me I have to type "loge" instead...