#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:58+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages-posix/man3p/atanh.3p:2 #, no-wrap msgid "ATANH" msgstr "" #. type: TH #: man-pages-posix/man3p/atanh.3p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man3p/atanh.3p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man3p/atanh.3p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:8 msgid "" "This manual page is part of the POSIX Programmer's Manual. The Linux " "implementation of this interface may differ (consult the corresponding Linux " "manual page for details of Linux behavior), or the interface may not be " "implemented on Linux." msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:14 msgid "atanh, atanhf, atanhl \\(em inverse hyperbolic tangent functions" msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:14 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:18 #, no-wrap msgid "#include Emath.hE\n" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:22 #, no-wrap msgid "" "double atanh(double I);\n" "float atanhf(float I);\n" "long double atanhl(long double I);\n" msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:23 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:27 msgid "" "The functionality described on this reference page is aligned with the ISO\\ " "C standard. Any conflict between the requirements described here and the " "ISO\\ C standard is unintentional. This volume of POSIX.1\\(hy2008 defers to " "the ISO\\ C standard." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:31 msgid "" "These functions shall compute the inverse hyperbolic tangent of their " "argument I." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:40 msgid "" "An application wishing to check for error situations should set I to " "zero and call I(FE_ALL_EXCEPT) before calling these " "functions. On return, if I is non-zero or I(FE_INVALID " "| FE_DIVBYZERO | FE_OVERFLOW | FE_UNDERFLOW) is non-zero, an error has " "occurred." msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:40 #, no-wrap msgid "RETURN VALUE" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:43 msgid "" "Upon successful completion, these functions shall return the inverse " "hyperbolic tangent of their argument." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:53 msgid "" "If I is \\(+-1, a pole error shall occur, and I(), I(), " "and I() shall return the value of the macro HUGE_VAL, HUGE_VALF, " "and HUGE_VALL, respectively, with the same sign as the correct value of the " "function." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:57 msgid "" "For finite |I|E1, a domain error shall occur, and either a NaN (if " "supported), or an implementation-defined value shall be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:61 msgid "If I is NaN, a NaN shall be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:67 msgid "If I is \\(+-0, I shall be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:71 msgid "" "If I is \\(+-Inf, a domain error shall occur, and a NaN shall be returned." "" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:75 msgid "If I is subnormal, a range error may occur" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:79 msgid "and I should be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:89 msgid "" "If I is not returned, I(), I(), and I() shall " "return an implementation-defined value no greater in magnitude than DBL_MIN, " "FLT_MIN, and LDBL_MIN, respectively." msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:89 #, no-wrap msgid "ERRORS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:91 msgid "These functions shall fail if:" msgstr "" #. type: IP #: man-pages-posix/man3p/atanh.3p:91 #, no-wrap msgid "Domain\\ Error" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:96 msgid "" "The I argument is finite and not in the range [\\(mi1,1], or is \\(+-Inf." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:105 msgid "" "If the integer expression (I & MATH_ERRNO) is non-zero, " "then I shall be set to B<[EDOM]>. If the integer expression " "(I & MATH_ERREXCEPT) is non-zero, then the invalid " "floating-point exception shall be raised." msgstr "" #. type: IP #: man-pages-posix/man3p/atanh.3p:106 #, no-wrap msgid "Pole\\ Error" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:110 msgid "The I argument is \\(+-1." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:120 msgid "" "If the integer expression (I & MATH_ERRNO) is non-zero, " "then I shall be set to B<[ERANGE]>. If the integer expression " "(I & MATH_ERREXCEPT) is non-zero, then the divide-by-zero " "floating-point exception shall be raised." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:124 msgid "These functions may fail if:" msgstr "" #. type: IP #: man-pages-posix/man3p/atanh.3p:124 #, no-wrap msgid "Range\\ Error" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:128 msgid "The value of I is subnormal." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:137 msgid "" "If the integer expression (I & MATH_ERRNO) is non-zero, " "then I shall be set to B<[ERANGE]>. If the integer expression " "(I & MATH_ERREXCEPT) is non-zero, then the underflow " "floating-point exception shall be raised." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:140 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:140 #, no-wrap msgid "EXAMPLES" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:142 man-pages-posix/man3p/atanh.3p:148 man-pages-posix/man3p/atanh.3p:150 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:142 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:146 msgid "" "On error, the expressions (I & MATH_ERRNO) and " "(I & MATH_ERREXCEPT) are independent of each other, but at " "least one of them must be non-zero." msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:146 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:148 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:150 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:154 msgid "I\\^(\\|), I\\^(\\|), I\\^(\\|)" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:158 msgid "" "The Base Definitions volume of POSIX.1\\(hy2008, I
, " "I, Bmath." "hE>" msgstr "" #. type: SH #: man-pages-posix/man3p/atanh.3p:158 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:169 msgid "" "Portions of this text are reprinted and reproduced in electronic form from " "IEEE Std 1003.1, 2013 Edition, Standard for Information Technology -- " "Portable Operating System Interface (POSIX), The Open Group Base " "Specifications Issue 7, Copyright (C) 2013 by the Institute of Electrical " "and Electronics Engineers, Inc and The Open Group. (This is POSIX.1-2008 " "with the 2013 Technical Corrigendum 1 applied.) In the event of any " "discrepancy between this version and the original IEEE and The Open Group " "Standard, the original IEEE and The Open Group Standard is the referee " "document. The original Standard can be obtained online at http://www.unix." "org/online.html ." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atanh.3p:174 msgid "" "Any typographical or formatting errors that appear in this page are most " "likely to have been introduced during the conversion of the source files to " "man page format. To report such errors, see https://www.kernel.org/doc/man-" "pages/reporting_bugs.html ." msgstr ""