Easypt

max

..Root.algorithm.max

Returns the greater 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));