elasticsearch/docs/reference/esql/functions/description/pow.asciidoc

8 lines
293 B
Plaintext

// This is generated by ESQL's AbstractFunctionTestCase. Do no 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.