~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/remainder.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
.\"     (walter.harms@informatik.uni-oldenburg.de)
33
33
.\" Modified 2003-11-18, 2004-10-05 aeb
34
34
.\"
35
 
.TH REMAINDER 3 2009-02-04 "" "Linux Programmer's Manual"
 
35
.TH REMAINDER 3 2010-09-20 "" "Linux Programmer's Manual"
36
36
.SH NAME
37
37
drem, dremf, dreml, remainder, remainderf, remainderl \- \
38
38
floating-point remainder function
60
60
.sp
61
61
.ad l
62
62
.BR remainder ():
63
 
_SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE; or
 
63
.RS 4
 
64
_SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 500 ||
 
65
_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED ||
 
66
_ISOC99_SOURCE ||
 
67
_POSIX_C_SOURCE\ >=\ 200112L;
 
68
.br
 
69
or
64
70
.I cc\ -std=c99
 
71
.RE
65
72
.br
66
73
.BR remainderf (),
67
74
.BR remainderl ():
68
 
_SVID_SOURCE || _BSD_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
 
75
.RS 4
 
76
_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
 
77
_POSIX_C_SOURCE\ >=\ 200112L;
 
78
.br
 
79
or
69
80
.I cc\ -std=c99
 
81
.RE
70
82
.br
71
83
.BR drem (),
72
84
.BR dremf (),
73
85
.BR dreml ():
 
86
.RS 4
74
87
_SVID_SOURCE || _BSD_SOURCE
 
88
.RE
75
89
.ad b
76
90
.SH DESCRIPTION
77
91
The
201
215
.BR fmod (3),
202
216
.BR remquo (3)
203
217
.SH COLOPHON
204
 
This page is part of release 3.26 of the Linux
 
218
This page is part of release 3.27 of the Linux
205
219
.I man-pages
206
220
project.
207
221
A description of the project,