elasticsearch/docs/reference/query-languages/esql/_snippets/functions/description/pow.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
307 B
Markdown
Raw Normal View History

% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.
**Description**
Returns the value of `base` raised to the power of `exponent`.
::::{note}
It is still possible to overflow a double result here; in that case, null will be returned.
::::