Hello, have two questions: i am trying to work with the 'e' function in math in fact 'e' to the power of, i have had to use the below code is there a easier way?
e=2.71828182845905
max = POW (e,tot)
I can't get more than 10 decimal points is this correct?