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