diff --git a/docs/FunctionDescriptions.md b/docs/FunctionDescriptions.md
index 0c050cfdabe3ccff64ca47f707fdb6f264ed9940..3e77e97cbbee247ce9a48a8d2fe5024b59732670 100644
--- a/docs/FunctionDescriptions.md
+++ b/docs/FunctionDescriptions.md
@@ -10,11 +10,13 @@ range(min, max)
 ### Parameters
 | parameter | data type | default value | description |
 | --------- | --------- | ------------- | ----------- |
-| min       | float     |               |             |
-| max       | float     |               |             |
+| min       | float     |               | Upper bound for valid values. ($`<`$) |
+| max       | float     |               | lower bound for valid values. ($`\geq`$)|
 
 ### Description
 
+The function flags all the values, that exceed the right open interval $`[`$`min`, `max`$`)`$.
+
 ## `isolated`
 
 ### Signature