#, 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/acos.3p:2 #, no-wrap msgid "ACOS" msgstr "" #. type: TH #: man-pages-posix/man3p/acos.3p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man3p/acos.3p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man3p/acos.3p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man3p/acos.3p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.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/acos.3p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:14 msgid "acos, acosf, acosl \\(em arc cosine functions" msgstr "" #. type: SH #: man-pages-posix/man3p/acos.3p:14 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:18 #, no-wrap msgid "#include Emath.hE\n" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:22 #, no-wrap msgid "" "double acos(double I);\n" "float acosf(float I);\n" "long double acosl(long double I);\n" msgstr "" #. type: SH #: man-pages-posix/man3p/acos.3p:23 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.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/acos.3p:34 msgid "" "These functions shall compute the principal value of the arc cosine of their " "argument I. The value of I should be in the range [\\(mi1,1]." msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:43 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/acos.3p:43 #, no-wrap msgid "RETURN VALUE" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:48 msgid "" "Upon successful completion, these functions shall return the arc cosine of " "I, in the range [0,\\(*p] radians." msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:54 msgid "" "For finite values of I not in the range [\\(mi1,1], 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/acos.3p:58 msgid "If I is NaN, a NaN shall be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:62 msgid "If I is +1, +0 shall be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:66 msgid "" "If I is \\(+-Inf, a domain error shall occur, and a NaN shall be returned." "" msgstr "" #. type: SH #: man-pages-posix/man3p/acos.3p:66 #, no-wrap msgid "ERRORS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:68 msgid "These functions shall fail if:" msgstr "" #. type: IP #: man-pages-posix/man3p/acos.3p:68 #, no-wrap msgid "Domain\\ Error" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:73 msgid "" "The I argument is finite and is not in the range [\\(mi1,1], or is \\(+-" "Inf." msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:82 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: Plain text #: man-pages-posix/man3p/acos.3p:85 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man3p/acos.3p:85 #, no-wrap msgid "EXAMPLES" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:87 man-pages-posix/man3p/acos.3p:93 man-pages-posix/man3p/acos.3p:95 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man3p/acos.3p:87 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:91 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/acos.3p:91 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man3p/acos.3p:93 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man3p/acos.3p:95 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:100 msgid "" "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|)" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:104 msgid "" "The Base Definitions volume of POSIX.1\\(hy2008, I
, " "I, Bmath." "hE>" msgstr "" #. type: SH #: man-pages-posix/man3p/acos.3p:104 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man3p/acos.3p:115 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/acos.3p:120 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 ""