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

14 lines
305 B
Plaintext
Raw Normal View History

2023-05-11 23:02:27 +08:00
[[esql-pow]]
=== `POW`
Returns the the value of a base (first argument) raised to a power (second
argument).
[source.merge.styled,esql]
2023-05-11 23:02:27 +08:00
----
include::{esql-specs}/math.csv-spec[tag=pow]
2023-05-11 23:02:27 +08:00
----
[%header.monospaced.styled,format=dsv,separator=|]
|===
include::{esql-specs}/math.csv-spec[tag=pow-result]
|===