- :floating
- :complex
exp
calculate the exponential function for given value
Parameters
exp value :integer :floating :complex
Returns
Examples
copyprint exp 1.0 ; 2.718281828459045 print exp 0 ; 1.0 print exp neg 1.0 ; 0.3678794411714423
copyexp to :complex @[pi 1] ; => 12.50296958887651+19.47222141884161i