Skip to content
Snippets Groups Projects
Commit d0071027 authored by Peter Lünenschloß's avatar Peter Lünenschloß
Browse files

Update FunctionDescriptions.md

parent eb7cb685
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment