NAME
	fabs - return the absolute value of a float

SYNOPSIS
	float fabs(float x)


DESCRIPTION
	Return the absolute value of the argument.
