Hi wk2,

you can use exp(i, eps), which calculates e^i.

Simply call the function with parameter i = 1, that will give you the e^1, and eps for precision (e.g.: 1e-100, for one hundred numerical digits after the decimal point).

Regards