NAME

max - returns the maximum of several values

SYNOPSIS

val0.max(val1, val2, ...)

DESCRIPTION

returns the maximum of several values

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related