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

« back to all changes in this revision

Viewing changes to man7/math_error.7

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2010-03-02 21:49:58 UTC
  • mfrom: (1.1.42 upstream) (2.2.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100302214958-69yjgb70t7wrjo3m
New upstream version
. Remove crufty statement in setuid(2) that seteuid() is not in POSIX
(closes: Bug#569812)
. Fix description of 'nochdir' argument in daemon(3) (closes: Bug#554819)
. Fix NAME line in path_resolution(7) (closes: Bug#558300)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
Upon return from the mathematical function, if
66
66
.I errno
67
 
is non-zero, or the following call (see
 
67
is nonzero, or the following call (see
68
68
.BR fenv (3))
69
 
returns non-zero
 
69
returns nonzero
70
70
.in +4n
71
71
.nf
72
72
 
176
176
Some functions deliver a range error if the supplied argument value,
177
177
or the correct function result, would be
178
178
.IR subnormal .
179
 
A subnormal value is one that is non-zero,
 
179
A subnormal value is one that is nonzero,
180
180
but with a magnitude that is so small that
181
181
it can't be presented in normalized form
182
182
(i.e., with a 1 in the most significant bit of the significand).
263
263
.br
264
264
.I "info libc"
265
265
.SH COLOPHON
266
 
This page is part of release 3.23 of the Linux
 
266
This page is part of release 3.24 of the Linux
267
267
.I man-pages
268
268
project.
269
269
A description of the project,