portableSql

Exp Portable SQL Function

Syntax

Exp as N (Number as N)

Arguments

NumberNumeric

A numeric field or value.

Returns

resultNumeric

Returns e raised to the power of the specified numeric value.

Description

Returns the number e raised to the power of Number.

Discussion

The Exp function calculates e raised to the power of the specified numeric value.

Exp() function executed on the Northwind Access database
SELECT FIRST 1 Exp(2) AS EXPR1 FROM Products
 = 7.38905609893065