Returns the value of eulers number (e = 2,7182818... ) to the power of x (Inverse of natural logarithm log (at base e)).
Exp( X )
Numeric value
//The value of variable x is the value e to the power //of the current value of the database //field {Angles} for each evaluation of this formula NumberVar x = Exp({Angles})
//some special values of exp Exp(-infinit) //0 Exp(0) //1 Exp(1) //e Exp(10) //22.026,47 Exp(100) //26.881.171.418.161.356.000.000.000.000.000.000.000.000.000 Exp(1000) //+infinity