From c35d2325efa7e7804c4c74c05ee1b0483682872d Mon Sep 17 00:00:00 2001 From: Pradeep Bhadani Date: Thu, 18 May 2017 15:23:12 +0000 Subject: [PATCH] Update pow function description --- website/source/docs/configuration/interpolation.html.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/source/docs/configuration/interpolation.html.md b/website/source/docs/configuration/interpolation.html.md index 84eb47a093..b3ecf410c4 100644 --- a/website/source/docs/configuration/interpolation.html.md +++ b/website/source/docs/configuration/interpolation.html.md @@ -312,14 +312,13 @@ 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`. - - *NOTE* : This function accepts float values. + * `pow(x, y)` - Returns the base `x` of exponential `y` as a float. Example: * `${pow(3,2)}` = 9 * `${pow(4,0)}` = 1 + * `replace(string, search, replace)` - Does a search and replace on the given string. All instances of `search` are replaced with the value of `replace`. If `search` is wrapped in forward slashes, it is treated