double modf( double value, double *iptr )



	- prototype in math.h

	- splits value in integer and fraction part, storing integer part
	  in area pointed to by iptr, returning the fractional part