LOG10

 

The function LOG10 returns the base e logarithm value for the numeric expression.

SQL Syntax:
 
   LOG10( number )
Number:
 
  Any numeric expression.
Escape Syntax:
 
  {fn LOG10( number )}
Return Type:
 
  FLOAT
     

Examples:

  • SELECT LOG10(0), {fn log(1.0)}

    Returns: -Infinity, 0.0

see also:
SQL Numeric Functions
LOG
EXP


100% pure Java DBMS
Mirror Site