-
Hello, I'm trying to use calc to calculate a logarithm in base 2, but I'm having trouble finding a function that accepts a logarithm with a different base (similar to Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
We could certainly consider adding both a log base 2 as well a a more general log base n builtin functions for version 2.14.4. Perhaps by adding a |
Beta Was this translation helpful? Give feedback.
-
We have added a priority enhancement issue #87, @jrom99. Feel free to comment on that issue. |
Beta Was this translation helpful? Give feedback.
-
Given the new enhancement issue #87, @jrom99, we will now close this discussion with our thanks. Feel free to comment on that issue if you wish. |
Beta Was this translation helpful? Give feedback.
-
FYI: With commit 1c839df, the log2(x) and logn(x, n) builtin functions have been added, @jrom99 We expect to release calc version 2.15.x with this code in the near future. See issue #87 for details. |
Beta Was this translation helpful? Give feedback.
FYI: With commit 1c839df, the log2(x) and logn(x, n) builtin functions have been added, @jrom99
We expect to release calc version 2.15.x with this code in the near future. See issue #87 for details.