Logarithms and exponents - again
Logarithms and exponents - again
I'm still at it with the exponents, and found that despite the brackets, the result is very incorrect. Try:
=10*LOG(10^(0.1*B5)+10^(0.1*C5))
and see.
17 Mar 10, 7:57PM
Fixed. Fotgot to add in some much needed grouping. You should now get something like this:
18 Mar 10, 5:23AM
Thanks - It's nice that you can solve these smaller issues this quick.
There is another thing I have had a problem with, and which is not as easy to solve, - but maybe an idea for a future upgrade?
The length of the input is limited to 216 characters, which in some situations is too short. Is that a design limit of your choise, or is it limited by the programming tools? Can it be extended?
18 Mar 10, 7:12AM
This is a limitation of VBA amazingly enough and something that is very annoying I know.
To fix this we have to re-code the entire addin using C#. Which requires a complete rewrite.
Hopefully in a bout a month this should be ready. But having to carefully prioritise between this and developments desperately need on the equation editor.
Login