File: fdim.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 (32 lines) | stat: -rw-r--r-- 857 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
32
.\" Copyright 2003 Walter Harms, Andries Brouwer
.\" Distributed under GPL.
.\"
.\" Japanese Version Copyright (c) 2004-2005 Yuichi SATO
.\"         all rights reserved.
.\" Translated Sat Jul 24 10:14:17 JST 2004
.\"         by Yuichi SATO <ysato444@yahoo.co.jp>
.\" Updated & Modified Mon Jan 10 08:17:08 JST 2005 by Yuichi SATO
.\"
.TH FDIM 3 2003-07-24 "" "Linux Programmer's Manual"
.SH ̾
fdim, fdimf, fdiml \- κ׻
.SH 
.B #include <math.h>
.sp
.BI "double fdim(double " x ", double " y );
.br
.BI "float fdimf(float " x ", float " y );
.br
.BI "long double fdiml(long double " x ", long double " y );
.sp
\fI\-std=c99\fP ǥѥ뤷\fI-lm\fP ǥ󥯤롣
.SH 
δؿ max(\fIx\fP-\fIy\fP,0) ֤
.I x
ޤ
.I y
 NaN ξ硢ޤξ NaN ξ硢NaN ֤롣
.SH 
C99
.SH Ϣ
.BR fmax (3)