#, 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/atan.3p:2 #, no-wrap msgid "ATAN" msgstr "" #. type: TH #: man-pages-posix/man3p/atan.3p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man3p/atan.3p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man3p/atan.3p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man3p/atan.3p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.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/atan.3p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:14 msgid "atan, atanf, atanl \\(em arc tangent function" msgstr "" #. type: SH #: man-pages-posix/man3p/atan.3p:14 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:18 #, no-wrap msgid "#include Emath.hE\n" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:22 #, no-wrap msgid "" "double atan(double I);\n" "float atanf(float I);\n" "long double atanl(long double I);\n" msgstr "" #. type: SH #: man-pages-posix/man3p/atan.3p:23 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.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/atan.3p:31 msgid "" "These functions shall compute the principal value of the arc tangent of " "their argument I." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.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/atan.3p:40 #, no-wrap msgid "RETURN VALUE" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:45 msgid "" "Upon successful completion, these functions shall return the arc tangent of " "I in the range [\\(mi\\(*p/2,\\(*p/2] radians." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:49 msgid "If I is NaN, a NaN shall be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:55 msgid "If I is \\(+-0, I shall be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:59 msgid "If I is \\(+-Inf, \\(+-\\(*p/2 shall be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:63 msgid "If I is subnormal, a range error may occur" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:67 msgid "and I should be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:77 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/atan.3p:77 #, no-wrap msgid "ERRORS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:79 msgid "These functions may fail if:" msgstr "" #. type: IP #: man-pages-posix/man3p/atan.3p:79 #, no-wrap msgid "Range\\ Error" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:83 msgid "The value of I is subnormal." msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:92 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/atan.3p:95 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man3p/atan.3p:95 #, no-wrap msgid "EXAMPLES" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:97 man-pages-posix/man3p/atan.3p:103 man-pages-posix/man3p/atan.3p:105 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man3p/atan.3p:97 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:101 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/atan.3p:101 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man3p/atan.3p:103 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man3p/atan.3p:105 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:111 msgid "" "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|)" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:115 msgid "" "The Base Definitions volume of POSIX.1\\(hy2008, I
, " "I, Bmath." "hE>" msgstr "" #. type: SH #: man-pages-posix/man3p/atan.3p:115 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man3p/atan.3p:126 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/atan.3p:131 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 ""