I must be insane,
I cannot find an exponent operator...
Tho the help file says EXP(value) is
an exponent function...
How do you use an exponent function with
a single value...
b# = EXP(2)
print b#
Prints a float 7.3890...., I haven't tried to hard, but off the
top of my head there is NO single mathimatical function,
that turns 2 into 7...
Hoping I was just reading the HELP files incorrectly,
I did try...
b = 3 EXP(2)
print b
With some hope it would return 9 ( as in 3 to the power of 2 )
But that failed.
So two quick questions...
How do I raise a value by an exponent value?
And what the heck is the function EXP(value)?
Thanks in Advance...
================
-Dejunai
================