All Functions
Log Function
FUNCTION: Exp( )
Implemented in version 1.0
Exp
(Number)
The
Exp
function raises
e
to the power of a number.
There is a companion function
Log
for the reverse operation.
Code:
<% =Exp(3.269) %>
Output:
26.2850411552082
You can also use a negative number.
Code:
<% =Exp(-3.269) %>
Output:
0.038044452511799
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information