all :			testfrexp testldexp testmodf

testfrexp :		testfrexp.c
			cc -o testfrexp testfrexp.c -lm

testldexp :		testldexp.c
			cc -o testldexp testldexp.c -lm

testmodf :		testmodf.c
			cc -o testmodf testmodf.c -lm
