Keys →
Functions ↓
function umax ( $a, $b ) {#-k math#- return the greatest unsigned number#-s See also: rem fix is_uge is_ugt if (is_uge($a,$b)) return $a; return $b; }?>