Merge pull request #14629 from pradeepbhadani/pow

Add note in documentation for pow function
This commit is contained in:
Jake Champlin 2017-05-19 09:15:39 -04:00 committed by GitHub
commit 7c6e19689f
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ The supported built-in functions are:
* `pathexpand(string)` - Returns a filepath string with `~` expanded to the home directory. Note: * `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. 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: Example:
* `${pow(3,2)}` = 9 * `${pow(3,2)}` = 9