NAME
	floatp - determine if a variable is of type float

SYNOPSIS
	int floatp(mixed testvar)

DESCRIPTION
	This function return 1 if `testvar' was of the type float,
	and 0 otherwise.

SEE ALSO
	typeof, functionp, mappingp, stringp, pointerp, objectp, intp

