14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
[[esql-pow]]
|
|
=== `POW`
|
|
Returns the the value of a base (first argument) raised to a power (second
|
|
argument).
|
|
|
|
[source.merge.styled,esql]
|
|
----
|
|
include::{esql-specs}/math.csv-spec[tag=pow]
|
|
----
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|===
|
|
include::{esql-specs}/math.csv-spec[tag=pow-result]
|
|
|===
|