Nightmare Mudlib SimulEfun: absolute_value() int absolute_value(int); DESCRIPTION Returns the absolute value of an integer. EXAMPLE absolute_value(5) returns 5 absolute_value(0) returns 0 absolute_value(-5) returns 5 LOCATION /secure/SimulEfun/absolute_value.c SEE_ALSO cos() cot() pow() sin() sqrt() tan()