Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]

Method min()


Method min

int|float|object min(int|float|object ... args)
string min(string ... args)
int(0..0) min()

Description

Returns the smallest value among args . Compared objects must implement the lfun::`< method.

See also

max() and limit()