Easypt

min

..Root.algorithm.min

Returns the smaller of the given variables (or first if they are equal)

Child of:

algorithm

Signatures:

Object, Callable, BlockCallable

Example:

import("algorithm");

log(algorithm.max(1, 2));