exp

Description

Calculates the value that results from raising the constant to the specified power.

Syntax

exp(approx_numeric)

Parameters

approx_numeric

is any approximate numeric (float, real, or double precision) column name, variable, or constant expression.

Examples

Example 1

select exp(3)
-------------------- 
            20.085537 

Usage

exp, a mathematical function, returns the exponential value of the specified value.

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

Any user can execute exp.

See also

Documentation Transact-SQL Users Guide

Functions log, log10, power