Returns the absolute value of Integer i
function intAbs input Integer i; output Integer oi; end intAbs;