Exp() function

Bruno

Member
Licensed User
Hi there,

A simple question :)

How to compute the exp() function in Basic4ppc ?
exp(1) = 2.718281828459045
exp(-1) = 0.36787944117144233

Many thanks,

Bruno.
 

Bruno

Member
Licensed User
Thanks Agraham, but ...

I have a formula with something like


result=exp(tmp)

tmp can be positive or negative.

How calculate result?

Bruno.
 
Top