drem (3) Linux Manual Page
drem, dremf, dreml, remainder, remainderf, remainderl – floating-point remainder function Synopsis#include <math.h> /* The C99 versions */ double remainder(double x, double y); float remainderf(float x, float y); long double remainderl(long double x, long double y); /* Obsolete synonyms */ double drem(double x, double y); float dremf(float x, float y); long double dreml(long double x, long…
