I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Products » Formula Render (fxRender) »

Logarithms and exponents - again

Deedee\′s Photo
16 Mar 10, 11:32AM
(3 replies)
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.
CodeCogs\′s Photo
17 Mar 10, 7:57PM
Fixed. Fotgot to add in some much needed grouping. You should now get something like this:
Deedee\′s Photo
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?
CodeCogs\′s Photo
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.
Currently you need to be logged in to leave a message.