home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
minnie.tuhs.org
/
2014.11.minnie.tuhs.org.tar
/
minnie.tuhs.org
/
UnixArchive
/
PDP-11
/
Trees
/
V6
/
usr
/
man
/
man3
/
fmod.3
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1975-06-27
|
294 b
|
27 lines
.th FMOD III 2/13/75
.sh NAME
fmod \*- floating modulo function
.sh SYNOPSIS
.ft B
.nf
double fmod(x, y)
double x, y;
.ft R
.fi
.sh DESCRIPTION
.if t .ds L \(<=
.if n .ds L <_
.it Fmod
returns the number
.it f
such that
.it "x = iy + f,"
.it i
is an integer,
and
0 \*L
.it f
<
.it y.
.sh BUGS