FMOD(3) | Library Functions Manual | FMOD(3) |
fmod
,
fmodf
,
fmodl
—
#include
<math.h>
double
fmod
(double
x, double y);
float
fmodf
(float
x, float y);
long double
fmodl
(long double
x, long double y);
Dd
macro on
FreeBSD.
There is an additional LIBRARY section between NAME and SYNOPSIS, containing the
Lb
macro with the argument
‘libm’. That is rendered as
Math Library (libm, -lm)
library ``libm''
June 19, 2008 | bsd.lv |