The officially official Devuan Forum!

You are not logged in.

#1 2025-06-01 22:38:19

unixuser
Member
Registered: 2024-09-13
Posts: 25  

[SOLVED] Qalculate-gtk

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

#2 2025-06-01 22:52:54

lynch9
Member
Registered: 2024-07-17
Posts: 25  

Re: [SOLVED] Qalculate-gtk

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

#3 2025-06-02 10:11:07

unixuser
Member
Registered: 2024-09-13
Posts: 25  

Re: [SOLVED] Qalculate-gtk

Thx lynch, exactly what I want. Sorry, didn't know where to post.

Offline

Board footer