Exp Function; Examples Of Exp - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

EXP Function

This function returns the exponential value (to the base e) of a numeric value expression.
EXP is a Neoview SQL extension.
EXP (numeric-expression)
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of the EXP
function. See
The minimum input value must be between -744.4400719 and -744.4400720.
The maximum input value must be between 709.78271289338404 and 709.78271289338405.

Examples of EXP

This function returns the value 3.49034295746184208E+000, or approximately 3.4903:
EXP (1.25)
This function returns the value 2.0. The function EXP is the inverse of the function LOG:
EXP (LOG(2.0))
338
SQL Functions and Expressions
"Numeric Value Expressions" (page
217).

Advertisement

Table of Contents
loading

Table of Contents