Files
Digital-Research-Source-Code/CPM OPERATING SYSTEMS/CPM 68K/1.0X SOURCES/v103/doc/subs/fmod
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

17 lines
273 B
Plaintext

.so macro
.he 'FMOD''FMOD'
.n FMOD
fmod - floating point remainder function
.sy SYNOPSIS
.nf
#include <math.h>
double fmod(x,y)
double x,y;
.fi
.d DESCRIPTION
\&'fmod' returns the remainder when x is divided by y.
.fl FILES
math.h - declaration include file
.sa SEE ALSO