pow.asciidoc 305 B

12345678910111213
  1. [[esql-pow]]
  2. === `POW`
  3. Returns the the value of a base (first argument) raised to a power (second
  4. argument).
  5. [source.merge.styled,esql]
  6. ----
  7. include::{esql-specs}/math.csv-spec[tag=pow]
  8. ----
  9. [%header.monospaced.styled,format=dsv,separator=|]
  10. |===
  11. include::{esql-specs}/math.csv-spec[tag=pow-result]
  12. |===