Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Description
Returns x raised to the power of ySyntax
POW(basevalue, power)
Arguments
basevalue - numeric expression power - numeric expressionExamples
POW(2,3) returns 8