antilog

M

mary

I figured out how to calculate the natural log of a value
in a field. Now that I'm done with my calculations, how
do I get the antilog of the result?
 
J

Joe Fallon

Exp(value)

Returns a Double specifying e (the base of natural logarithms) raised to a
power.

Syntax

Exp(number)

The required number argument is a Double or any valid numeric expression.

Remarks

If the value of number exceeds 709.782712893, an error occurs. The constant
e is approximately 2.718282.

Note The Exp function complements the action of the Log function and is
sometimes referred to as the antilogarithm.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top