You are not logged in.
Pages: 1
Hi there,
does anone know, by any chance, how to set qalculate using natural logarithm instead of decimal logarithm ? It is so anyning and can't find out how to set it.
Thx and have fun.
Offline
Not really the place for this kind of question but
Qalculate’s log() = log base 10
ln() = natural logarithm (base e)
You can redefine log() to behave as natural log via a custom function if you want, just:
alias log = ln(x)
Hey, it's lynchian9.
Feel free to reach out via email.
Offline
Thx lynch, exactly what I want. Sorry, didn't know where to post.
Offline
Pages: 1