SQL/MX 2.x Reference Manual (G06.24+, H06.03+)
SQL/MX Functions and Expressions
HP NonStop SQL/MX Reference Manual—523725-004
9-72
LOG Function
LOG Function
The LOG function returns the natural logarithm of a numeric value expression.
LOG is an SQL/MX extension.
numeric-expression
is an SQL numeric value expression that specifies the value for the argument of
the LOG function. The value of the argument must be greater than zero. See
Numeric Value Expressions on page 6-50.
Examples of LOG
•
This function returns the value 6.93147180559945504E-001, or approximately
0.69315:
LOG (2.0)
LOG (numeric-expression)