EXP()

Scalar. Returns a number representing the value of e raised to a specific exponent.

Syntax

EXP( exponent )
Data Types

Return

exponent

Float

Float

Example

INSERT INTO OutStream
SELECT EXP(InStream.FloatColumn)
FROM InStream;