Returns the value that results from raising the constant to the specified power.
exp(approx_numeric)
is any approximate numeric (float, real, or double precision) column name, variable, or constant expression.
select exp(3)
-------------------- 20.085537
exp, a mathematical function, returns the exponential value of the specified value.
For general information about mathematical functions, see “Mathematical functions”.
ANSI SQL – Compliance level: Transact-SQL extension.
Any user can execute exp.
Copyright © 2005. Sybase Inc. All rights reserved. |