#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:54+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages/man3/atanh.3:35 #, no-wrap msgid "ATANH" msgstr "" #. type: TH #: man-pages/man3/atanh.3:35 #, no-wrap msgid "2010-09-11" msgstr "" #. type: TH #: man-pages/man3/atanh.3:35 #, no-wrap msgid "Linux Programmer's Manual" msgstr "" #. type: SH #: man-pages/man3/atanh.3:36 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:38 msgid "atanh, atanhf, atanhl - inverse hyperbolic tangent function" msgstr "" #. type: SH #: man-pages/man3/atanh.3:38 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:41 #, no-wrap msgid "B<#include Emath.hE>\n" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:43 #, no-wrap msgid "BIB<);>\n" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:45 #, no-wrap msgid "BIB<);>\n" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:47 #, no-wrap msgid "BIB<);>\n" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:50 msgid "Link with I<-lm>." msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:54 msgid "" "Feature Test Macro Requirements for glibc (see B(7)):" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:58 msgid "B():" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:62 msgid "" "_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\\ E=\\ 500 || " "_XOPEN_SOURCE\\ &&\\ _XOPEN_SOURCE_EXTENDED || _ISOC99_SOURCE || " "_POSIX_C_SOURCE\\ E=\\ 200112L;" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:65 man-pages/man3/atanh.3:75 msgid "or I" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:69 msgid "B(), B():" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:72 msgid "" "_BSD_SOURCE || _SVID_SOURCE || _XOPEN_SOURCE\\ E=\\ 600 || " "_ISOC99_SOURCE || _POSIX_C_SOURCE\\ E=\\ 200112L;" msgstr "" #. type: SH #: man-pages/man3/atanh.3:77 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:84 msgid "" "The B() function calculates the inverse hyperbolic tangent of I; " "that is the value whose hyperbolic tangent is I." msgstr "" #. type: SH #: man-pages/man3/atanh.3:84 #, no-wrap msgid "RETURN VALUE" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:87 msgid "" "On success, these functions return the inverse hyperbolic tangent of I." msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:91 msgid "If I is a NaN, a NaN is returned." msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:95 msgid "If I is +0 (-0), +0 (-0) is returned." msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:106 msgid "" "If I is +1 or -1, a pole error occurs, and the functions return " "B, B, or B, respectively, with the " "mathematically correct sign." msgstr "" #. POSIX.1-2001 documents an optional range error for subnormal x; #. glibc 2.8 does not do this. #. type: Plain text #: man-pages/man3/atanh.3:115 msgid "" "If the absolute value of I is greater than 1, a domain error occurs, and " "a NaN is returned." msgstr "" #. type: SH #: man-pages/man3/atanh.3:115 #, no-wrap msgid "ERRORS" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:120 msgid "" "See B(7) for information on how to determine whether an error " "has occurred when calling these functions." msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:122 msgid "The following errors can occur:" msgstr "" #. type: TP #: man-pages/man3/atanh.3:122 #, no-wrap msgid "Domain error: I less than -1 or greater than +1" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:130 msgid "" "I is set to B. An invalid floating-point exception " "(B) is raised." msgstr "" #. type: TP #: man-pages/man3/atanh.3:130 #, no-wrap msgid "Pole error: I is +1 or -1" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:139 msgid "" "I is set to B (but see BUGS). A divide-by-zero floating-" "point exception (B) is raised." msgstr "" #. type: SH #: man-pages/man3/atanh.3:139 #, no-wrap msgid "CONFORMING TO" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:145 msgid "" "C99, POSIX.1-2001. The variant returning I also conforms to SVr4, 4." "3BSD, C89." msgstr "" #. type: SH #: man-pages/man3/atanh.3:145 #, no-wrap msgid "BUGS" msgstr "" #. Bug: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6759 #. This can be seen in sysdeps/ieee754/k_standard.c #. type: Plain text #: man-pages/man3/atanh.3:156 msgid "" "In glibc 2.9 and earlier, when a pole error occurs, I as set to " "B instead of the POSIX-mandated B. Since version 2.10, glibc " "does the right thing." msgstr "" #. type: SH #: man-pages/man3/atanh.3:156 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:163 msgid "" "B(3), B(3), B(3), B(3), B(3), B(3)" msgstr "" #. type: SH #: man-pages/man3/atanh.3:163 #, no-wrap msgid "COLOPHON" msgstr "" #. type: Plain text #: man-pages/man3/atanh.3:171 msgid "" "This page is part of release 3.70 of the Linux I project. A " "description of the project, information about reporting bugs, and the latest " "version of this page, can be found at \\%http://www.kernel.org/doc/man-pages/" "." msgstr ""