chelseatech
Instructor
Crystal Reports has a log function, but it calculates a Natural log of the number. Fine as, I can use a log of any base to add up the values I need, and that solves the overflow problem I get by multiplying my numbers together.
However, I hit some difficulty in converting the log back into a number again. There doesn't seem to be a Exp function to get e to the power of my log value.
I can convert to a base 10 log by diving by log(10), and then can take that to a number with 10 ^ base10logvalue.
Does anyone have an easier way to do this?
I use these in my blog entry today at
Editor and Publisher of Crystal Clear
However, I hit some difficulty in converting the log back into a number again. There doesn't seem to be a Exp function to get e to the power of my log value.
I can convert to a base 10 log by diving by log(10), and then can take that to a number with 10 ^ base10logvalue.
Does anyone have an easier way to do this?
I use these in my blog entry today at
Editor and Publisher of Crystal Clear