Done. https://gitlab.gnome.org/GNOME/gnome-calculator/issues/92
--
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-calculator in Ubuntu.
https://bugs.launchpad.net/bugs/1764724
Title:
logn(x) parsed as log(n)(x)
To manage notif
Public bug reported:
"logn" is common notation for log base n, e.g. log2(x) is log base 2 of
x.
gnome-calculator appears to always parse this notation as log(n)(x).
So, log10(2) is log(10)(2) = 2, rather than log10(2) ~= 0.301.
Arbitrary bases are already supported if the base is input as a
subs