double frexp( double value, int eptr )


	- prototype in math.h

	- calculates mantissa x (a double < 1) and n ( integer) such
	  that value = x * 2**n, storing n in word that eptr points