Notice: session_start(): A session had already been started - ignoring in /home/u614325693/domains/onedoubt.com/public_html/post.php on line 3
LN - ONEDOUBT.COM

Example

Return the natural logarithm of 2:

SELECT LN(2);

Definition and Usage

The LN() function returns the natural logarithm of a number.

Note: See also the and functions.

Syntax

LN(number)

Parameter Values

Parameter Description
number Required. A number. Must be greater than 0

Technical Details

Works in: From MySQL 4.0

More Examples

Example

Return the natural logarithm of 1:

SELECT LN(1);


Login
ADS CODE