file: jobg.t package: muf status: alpha
Clamps x to be between a and b.
x
a
b
Result = (x < a ? a : (x > b ? b : x ))
Go to the first, previous, next, last section, table of contents.