bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MySQL LN() Function

Example

SELECT LN(2);

Definition and Usage

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

Note

See also the LOG() and EXP() functions.

Syntax

LN(
number
)

Parameter Values

ParameterDescription
numberRequired. A number. Must be greater than 0

Technical Details

Works in:From MySQL 4.0

Previous

MySQL LEAST() Function

Next

MySQL LOG() Function