Add note in documentation for pow function

This commit is contained in:
Pradeep Bhadani 2017-05-18 15:03:13 +00:00
parent 0b2d02fc41
commit faa480894f
1 changed files with 2 additions and 0 deletions

View File

@ -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