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

« back to all changes in this revision

Viewing changes to man3/fmax.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
.\"
6
 
.TH FMAX 3 2008-08-11 "" "Linux Programmer's Manual"
 
6
.TH FMAX 3 2010-09-20 "" "Linux Programmer's Manual"
7
7
.SH NAME
8
8
fmax, fmaxf, fmaxl \- determine maximum of two floating-point numbers
9
9
.SH SYNOPSIS
26
26
.BR fmax (),
27
27
.BR fmaxf (),
28
28
.BR fmaxl ():
29
 
_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
 
29
.RS 4
 
30
_XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE ||
 
31
_POSIX_C_SOURCE\ >=\ 200112L;
 
32
.br
 
33
or
30
34
.I cc\ -std=c99
31
 
.ad b
 
35
.RE
 
36
.ad
32
37
.SH DESCRIPTION
33
38
These functions return the larger value of
34
39
.I x
52
57
.SH "SEE ALSO"
53
58
.BR fmin (3)
54
59
.SH COLOPHON
55
 
This page is part of release 3.26 of the Linux
 
60
This page is part of release 3.27 of the Linux
56
61
.I man-pages
57
62
project.
58
63
A description of the project,