OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / LDP_man-pages / release / man3 / acosh.3
1 .\" Copyright 1993 David Metcalfe (david@prism.demon.co.uk)
2 .\" and Copyright 2008, Linux Foundation, written by Michael Kerrisk
3 .\"     <mtk.manpages@gmail.com>
4 .\"
5 .\" Permission is granted to make and distribute verbatim copies of this
6 .\" manual provided the copyright notice and this permission notice are
7 .\" preserved on all copies.
8 .\"
9 .\" Permission is granted to copy and distribute modified versions of this
10 .\" manual under the conditions for verbatim copying, provided that the
11 .\" entire resulting derived work is distributed under the terms of a
12 .\" permission notice identical to this one.
13 .\"
14 .\" Since the Linux kernel and libraries are constantly changing, this
15 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
16 .\" responsibility for errors or omissions, or for damages resulting from
17 .\" the use of the information contained herein.  The author(s) may not
18 .\" have taken the same level of care in the production of this manual,
19 .\" which is licensed free of charge, as they might when working
20 .\" professionally.
21 .\"
22 .\" Formatted or processed versions of this manual, if unaccompanied by
23 .\" the source, must acknowledge the copyright and authors of this work.
24 .\"
25 .\" References consulted:
26 .\"     Linux libc source code
27 .\"     Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
28 .\"     386BSD man pages
29 .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu)
30 .\" Modified 2002-07-25 by Walter Harms
31 .\"     (walter.harms@informatik.uni-oldenburg.de)
32 .\"
33 .\" Japanese Version Copyright (c) 1996 Kenji Kajiwara and Kentaro Ogawa
34 .\"         all rights reserved.
35 .\" Translated Sat, 13 Jul 1996 17:58:16 JST
36 .\"         by Kenji Kajiwara and Kentaro Ogawa
37 .\" Proof Reading: Takashi Yoshino
38 .\" Updated Tue Aug  5 23:16:48 JST 2003
39 .\"         by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
40 .\" Updated 2008-09-14, Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>
41 .\"
42 .TH ACOSH 3   2008-08-05 "" "Linux Programmer's Manual"
43 .SH Ì¾Á°
44 acosh, acoshf, acoshl \- µÕÁжÊÀþ;¸¹¡Êinverse hyperbolic cosine¡Ë´Ø¿ô
45 .SH ½ñ¼°
46 .nf
47 .B #include <math.h>
48 .sp
49 .BI "double acosh(double " x );
50 .br
51 .BI "float acoshf(float " x );
52 .br
53 .BI "long double acoshl(long double " x );
54 .sp
55 .fi
56 \fI\-lm\fP ¤Ç¥ê¥ó¥¯¤¹¤ë¡£
57 .sp
58 .in -4n
59 glibc ¸þ¤±¤Îµ¡Ç½¸¡ºº¥Þ¥¯¥í¤ÎÍ×·ï
60 .RB ( feature_test_macros (7)
61 »²¾È):
62 .in
63 .sp
64 .ad l
65 .BR acosh ():
66 _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 || _ISOC99_SOURCE; or
67 .I cc\ -std=c99
68 .br
69 .BR acoshf (),
70 .BR acoshl ():
71 _BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\ >=\ 600 || _ISOC99_SOURCE; or
72 .I cc\ -std=c99
73 .ad b
74 .SH ÀâÌÀ
75 .BR acosh ()
76 ´Ø¿ô¤Ï \fIx\fP ¤ÎµÕÁжÊÀþ;¸¹¡Êinverse hyperbolic cosine¡Ë¤ò
77 ·×»»¤¹¤ë¡£
78 ¤¹¤Ê¤ï¤Á¡¢¤½¤ÎÁжÊÀþ;¸¹¡Êhyperbolic cosine¡Ë¤¬ \fIx\fP ¤Ë
79 ¤Ê¤ë¤è¤¦¤ÊÃͤǤ¢¤ë¡£
80 .SH ÊÖ¤êÃÍ
81 À®¸ù¤¹¤ë¤È¡¢¤³¤ì¤é¤Î´Ø¿ô¤Ï
82 .I x
83 ¤ÎµÕÁжÊÀþ;¸¹¤òÊÖ¤¹¡£
84
85 .I x
86 ¤¬ NaN ¤Î¾ì¹ç¡¢NaN ¤¬ÊÖ¤µ¤ì¤ë¡£
87
88 .I x
89 ¤¬ +1 ¤Î¾ì¹ç¡¢+0 ¤¬ÊÖ¤µ¤ì¤ë¡£
90
91 .I x
92 ¤¬Àµ¤Î̵¸ÂÂç¤Î¾ì¹ç¡¢Àµ¤Î̵¸ÂÂ礬ÊÖ¤µ¤ì¤ë¡£
93
94 .I x
95 ¤¬ 1 ¤è¤ê¾®¤µ¤¤¾ì¹ç¡¢
96 Îΰ襨¥é¡¼ (domain error) ¤¬È¯À¸¤·¡¢NaN ¤¬ÊÖ¤µ¤ì¤ë¡£
97 .SH ¥¨¥é¡¼
98 ¤³¤ì¤é¤Î´Ø¿ô¤ò¸Æ¤Ó½Ð¤·¤¿ºÝ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤¿¤«¤ÎȽÄêÊýË¡¤Ë¤Ä¤¤¤Æ¤Î¾ðÊó¤Ï
99 .BR math_error (7)
100 ¤ò»²¾È¤Î¤³¤È¡£
101 .PP
102 °Ê²¼¤Î¥¨¥é¡¼¤¬È¯À¸¤¹¤ë²ÄǽÀ­¤¬¤¢¤ë¡£
103 .TP
104 Îΰ襨¥é¡¼ (domain error): \fIx\fP ¤¬ 1 ¤è¤ê¾®¤µ¤¤
105 .I errno
106 ¤Ë
107 .B EDOM
108 ¤¬ÀßÄꤵ¤ì¤ë¡£
109 ̵¸ú (invalid) ÉâÆ°¾®¿ôÅÀÎã³°
110 .RB ( FE_INVALID )
111 ¤¬¾å¤¬¤ë¡£
112 .SH ½àµò
113 C99, POSIX.1-2001.
114 .I double
115 ÈǤδؿô¤Ï SVr4, 4.3BSD, C89 ¤Ë¤â½àµò¤·¤Æ¤¤¤ë¡£
116 .SH ´ØÏ¢¹àÌÜ
117 .BR asinh (3),
118 .BR atanh (3),
119 .BR cacosh (3),
120 .BR cosh (3),
121 .BR sinh (3),
122 .BR tanh (3)