Copyright Digital Equipment Corp. All rights reserved.
Computes the floating-point remainder.
Format
#include <math.h>
double fmod (double x, double y);
float fmodf (float x, float y); (Integrity servers, Alpha)
long double fmodl (long double x, long double y);
(Integrity servers, Alpha)
Arguments Description Return_Values