
### NAME

    abs() - return the absolute value of a number

### SYNOPSIS

    mixed abs( float f ); mixed abs( int i );

### DESCRIPTION

    Returns the absolute value of its argument

