From the NannyMUD documentation

LAST CHANGE

2000-12-19

FUNCTION


NAME

        abs - The absolute value of a number.

SYNTAX

        int abs(int arg)

DESCRIPTION

        This simulated efun returns the absolute value of the argument, that
        is, -arg if the arg is less than zero and arg itself otherwise.