From faa480894f7590c4977ea90c05bb6615f57fc7cf Mon Sep 17 00:00:00 2001 From: Pradeep Bhadani Date: Thu, 18 May 2017 15:03:13 +0000 Subject: [PATCH] Add note in documentation for pow function --- website/source/docs/configuration/interpolation.html.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/source/docs/configuration/interpolation.html.md b/website/source/docs/configuration/interpolation.html.md index bd5c18b311..84eb47a093 100644 --- a/website/source/docs/configuration/interpolation.html.md +++ b/website/source/docs/configuration/interpolation.html.md @@ -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