log.asciidoc 352 B

123456789
  1. // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
  2. *Parameters*
  3. `base`::
  4. Base of logarithm. If `null`, the function returns `null`. If not provided, this function returns the natural logarithm (base e) of a value.
  5. `number`::
  6. Numeric expression. If `null`, the function returns `null`.