Log Function; Example Of Log - HP Neoview SQL Reference Manual

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

LOG Function

The LOG function returns the natural logarithm of a numeric value expression.
LOG is a Neoview SQL extension.
LOG (numeric-expression)
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
Expressions" (page

Example of LOG

This function returns the value 6.93147180559945344E-001, or approximately 0.69315:
LOG (2.0)
414
SQL Functions and Expressions
265).
"Numeric Value

Advertisement

Table of Contents
loading

Table of Contents