NAME

min - returns the minimum of several values

SYNOPSIS

val0.min(val1, val2, ...)

DESCRIPTION

returns the minimum of several values

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related