Next: , Previous: , Up: C library functions   [Index]


fmod

fmod Function


#include <math.h>

Float new f;

f = fmod (3.0, 2.0);