mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 16:34:07 +00:00
17 lines
273 B
Plaintext
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
|