diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/remainder.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/remainder.3 b/man3/remainder.3 index 126a8523aa..61ff846e89 100644 --- a/man3/remainder.3 +++ b/man3/remainder.3 @@ -18,6 +18,9 @@ .SH NAME drem, dremf, dreml, remainder, remainderf, remainderl \- \ floating-point remainder function +.SH LIBRARY +Math library +.RI ( libm ", " -lm ) .SH SYNOPSIS .nf .B #include <math.h> @@ -32,8 +35,6 @@ floating-point remainder function .BI "float dremf(float " x ", float " y ); .BI "long double dreml(long double " x ", long double " y ); .PP -.fi -Link with \fI\-lm\fP. .PP .RS -4 Feature Test Macro Requirements for glibc (see |
