Using abs() is _lots_ faster than a 'if < 0 ? ' construct since abs() is often a
compiler builtin (single machine instruction).
Authored by: sms00 2004-11-02
Parent: [r2456]
Child: [r2458]