| # | Line 285 | Line 285 | is zero, the number of available arguments is returned | |
|---|---|---|
| 285 | .BR "rand(x)" | |
| 286 | compute a random number between 0 and 1 based on x. | |
| 287 | .TP | |
| 288 | + | .BR "min(a1, a2, ..)" |
| 289 | + | return the minimum value from a list of arguments. |
| 290 | + | .TP |
| 291 | + | .BR "max(a1, a2, ..)" |
| 292 | + | return the maximum value from a list of arguments. |
| 293 | + | .TP |
| 294 | .BR "floor(x)" | |
| 295 | return largest integer not greater than x. | |
| 296 | .TP | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |