remquo.3, rint.3, round.3: srcfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-08-20 12:56:41 +02:00
parent 4a2b2c2ce1
commit a0ce17b14f
3 changed files with 0 additions and 8 deletions

View File

@ -17,9 +17,7 @@ remquo, remquof, remquol \- remainder and part of quotient
.B #include <math.h>
.PP
.BI "double remquo(double " x ", double " y ", int *" quo );
.br
.BI "float remquof(float " x ", float " y ", int *" quo );
.br
.BI "long double remquol(long double " x ", long double " y ", int *" quo );
.fi
.PP

View File

@ -33,15 +33,11 @@ to nearest integer
.B #include <math.h>
.PP
.BI "double nearbyint(double " x );
.br
.BI "float nearbyintf(float " x );
.br
.BI "long double nearbyintl(long double " x );
.PP
.BI "double rint(double " x );
.br
.BI "float rintf(float " x );
.br
.BI "long double rintl(long double " x );
.fi
.PP

View File

@ -32,9 +32,7 @@ round, roundf, roundl \- round to nearest integer, away from zero
.B #include <math.h>
.PP
.BI "double round(double " x );
.br
.BI "float roundf(float " x );
.br
.BI "long double roundl(long double " x );
.fi
.PP