pow.asciidoc 293 B

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