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

« back to all changes in this revision

Viewing changes to man3/signbit.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:
3
3
.\"     <mtk.manpages@gmail.com>
4
4
.\" Distributed under GPL
5
5
.\" Based on glibc infopages, copyright Free Software Foundation
6
 
.TH SIGNBIT 3 2008-08-05 "GNU" "Linux Programmer's Manual"
 
6
.TH SIGNBIT 3 2010-09-20 "GNU" "Linux Programmer's Manual"
7
7
.SH NAME
8
8
signbit \- test sign of a real floating-point number
9
9
.SH SYNOPSIS
20
20
.sp
21
21
.ad l
22
22
.BR signbit ():
23
 
_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
 
23
.RS 4
 
24
_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
 
25
_POSIX_C_SOURCE\ >=\ 200112L;
 
26
.br
 
27
or
24
28
.I cc\ -std=c99
25
 
.ad b
 
29
.RE
 
30
.ad
26
31
.SH DESCRIPTION
27
32
.BR signbit ()
28
33
is a generic macro which can work on all real floating-point types.
55
60
.SH "SEE ALSO"
56
61
.BR copysign (3)
57
62
.SH COLOPHON
58
 
This page is part of release 3.26 of the Linux
 
63
This page is part of release 3.27 of the Linux
59
64
.I man-pages
60
65
project.
61
66
A description of the project,