double fmod( double x, double y )



	- prototype in math.h

	- calculates x modulo y, the remainder of x/y,
	  returning the remainder