uni | uni computes the uniform kernel, multivariate |
unidis | |
uniform | uniform generates arrays up to eight dimensions of pseudo random variables with a standard uniform distribution. |
unit | Calculates a d-dimensional identity matrix. |
until |
until ends a do loop until the first element of the argument is true. do has to be followed by an until.
|