You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/specs/stdlib_math.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,6 @@ title: math
22
22
Limits the input value `x` to the given interval [`xmin`, `xmax`] (interval is `xmin` and `xmax` inclusive). Returns a value which lies in the given interval and is closest to the input value `x`.
23
23
If the input value `x` already lies in the given interval, then the output value will be equal to the input value.
24
24
25
-
Note: A valid input must **NOT** have `xmin` value greater than `xmax` value.
0 commit comments