fmod.c

implementation of the libc fmod call

manually added to pdclib

Author

Marcel Sondaar

Licence

Public Domain

Summary
fmod.cimplementation of the libc fmod call
Functions
fmodReturns the remainder after floating point division

Functions

fmod

double fmod(double x,
double y)

Returns the remainder after floating point division

double fmod(double x,
double y)
Returns the remainder after floating point division