File: fmax.3

package info (click to toggle)
manpages-ja 0.5.0.0.20080615-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 20,508 kB
  • ctags: 1
  • sloc: sh: 13,690; perl: 157; makefile: 114
file content (31 lines) | stat: -rw-r--r-- 802 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
.\" Distributed under GPL
.\"
.\" Japanese Version Copyright (c) 2004-2005 Yuichi SATO
.\"         all rights reserved.
.\" Translated Sat Jul 24 10:45:05 JST 2004
.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
.\" Updated & Modified Mon Jan 10 10:11:00 JST 2005 by Yuichi SATO
.\"
.TH FMAX 3 2002-07-28 "" "Linux Programmer's Manual"
.SH ̾
fmax, fmaxf, fmaxl \- ͤ򸫤Ĥ
.SH 
.B #include <math.h>
.sp
.BI "double fmax(double " x ", double " y );
.br
.BI "float fmaxf(float " x ", float " y );
.br
.BI "long double fmaxl(long double " x ", long double " y );
.sp
\fI\-std=c99\fP ǥѥ뤷\fI\-lm\fP ǥ󥯤롣
.SH 
.I x

.I y
Τ礭֤ͤ
.SH 
C99
.SH Ϣ
.BR fmin (3)