Merge pull request #14629 from pradeepbhadani/pow
Add note in documentation for pow function
This commit is contained in:
commit
7c6e19689f
|
@ -312,7 +312,7 @@ The supported built-in functions are:
|
|||
* `pathexpand(string)` - Returns a filepath string with `~` expanded to the home directory. Note:
|
||||
This will create a plan diff between two different hosts, unless the filepaths are the same.
|
||||
|
||||
* `pow(x, y)` - Returns the base `x` of exponential `y`.
|
||||
* `pow(x, y)` - Returns the base `x` of exponential `y` as a float.
|
||||
|
||||
Example:
|
||||
* `${pow(3,2)}` = 9
|
||||
|
|
Loading…
Reference in New Issue