Calculate Euler's number (e)

How can I calculate Euler’s number (e) raised to a specific power in Stackby using the EXP() function?

Use EXP() like this:
EXP({Power}) in a new column to calculate e^x, where “Power” contains the exponent values.