Added remquo(3) under SEE ALSO as per AEB's suggestion

This commit is contained in:
Michael Kerrisk 2004-11-11 17:54:23 +00:00
parent d39541ec41
commit ba283ad293
1 changed files with 6 additions and 3 deletions

View File

@ -26,12 +26,14 @@
.\" 386BSD man pages
.\"
.\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
.\" Modified 2002-08-10 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Modified 2002-08-10 Walter Harms
.\" (walter.harms@informatik.uni-oldenburg.de)
.\" Modified 2003-11-18, 2004-10-05 aeb
.\"
.TH REMAINDER 3 2003-11-18 "" "Linux Programmer's Manual"
.SH NAME
drem, dremf, dreml, remainder, remainderf, remainderl \- floating-point remainder function
drem, dremf, dreml, remainder, remainderf, remainderl \- \
floating-point remainder function
.SH SYNOPSIS
.nf
.B #include <math.h>
@ -98,4 +100,5 @@ exist on some systems, such as Tru64 and glibc2.
.SH EXAMPLE
The call "remainder(29.0, 3.0)" returns \-1.
.SH "SEE ALSO"
.BR fmod (3)
.BR fmod (3),
.BR remquo (3)