Add note in documentation for pow function

pull/14629/head
Pradeep Bhadani 9 years ago
parent 0b2d02fc41
commit faa480894f

@ -314,6 +314,8 @@ The supported built-in functions are:
* `pow(x, y)` - Returns the base `x` of exponential `y`.
*NOTE* : This function accepts float values.
Example:
* `${pow(3,2)}` = 9
* `${pow(4,0)}` = 1

Loading…
Cancel
Save