_header.adoc abs, abs_diff Absolute value functions. ugentype abs(gentype x) ugentype abs_diff(gentype x, gentype y) Description abs returns |x|. abs_diff returns |x-y| without modulo overflow. Notes integerFunctionsInc.adoc Also see Integer Functions _footer.adoc