Next: fopen, Previous: floor, Up: C library functions [Index]
fmod
#include <math.h> Float new f; f = fmod (3.0, 2.0);