#, 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/asin.3p:2 #, no-wrap msgid "ASIN" msgstr "" #. type: TH #: man-pages-posix/man3p/asin.3p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man3p/asin.3p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man3p/asin.3p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man3p/asin.3p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.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/asin.3p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:14 msgid "asin, asinf, asinl \\(em arc sine function" msgstr "" #. type: SH #: man-pages-posix/man3p/asin.3p:14 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:18 #, no-wrap msgid "#include Emath.hE\n" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:22 #, no-wrap msgid "" "double asin(double I);\n" "float asinf(float I);\n" "long double asinl(long double I);\n" msgstr "" #. type: SH #: man-pages-posix/man3p/asin.3p:23 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.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/asin.3p:34 msgid "" "These functions shall compute the principal value of the arc sine of their " "argument I. The value of I should be in the range [\\(mi1,1]." msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.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/asin.3p:43 #, no-wrap msgid "RETURN VALUE" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:48 msgid "" "Upon successful completion, these functions shall return the arc sine of " "I, in the range [\\(mi\\(*p/2,\\(*p/2] radians." msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.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/asin.3p:58 msgid "If I is NaN, a NaN shall be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:64 msgid "If I is \\(+-0, I shall be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:68 msgid "" "If I is \\(+-Inf, a domain error shall occur, and a NaN shall be returned." "" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:72 msgid "If I is subnormal, a range error may occur" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:76 msgid "and I should be returned." msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:86 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/asin.3p:86 #, no-wrap msgid "ERRORS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:88 msgid "These functions shall fail if:" msgstr "" #. type: IP #: man-pages-posix/man3p/asin.3p:88 #, no-wrap msgid "Domain\\ Error" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:93 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/asin.3p:102 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/asin.3p:105 msgid "These functions may fail if:" msgstr "" #. type: IP #: man-pages-posix/man3p/asin.3p:105 #, no-wrap msgid "Range\\ Error" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:109 msgid "The value of I is subnormal." msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:118 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/asin.3p:121 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man3p/asin.3p:121 #, no-wrap msgid "EXAMPLES" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:123 man-pages-posix/man3p/asin.3p:129 man-pages-posix/man3p/asin.3p:131 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man3p/asin.3p:123 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:127 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/asin.3p:127 #, no-wrap msgid "RATIONALE" msgstr "" #. type: SH #: man-pages-posix/man3p/asin.3p:129 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man3p/asin.3p:131 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:136 msgid "" "I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|)" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:140 msgid "" "The Base Definitions volume of POSIX.1\\(hy2008, I
, " "I, Bmath." "hE>" msgstr "" #. type: SH #: man-pages-posix/man3p/asin.3p:140 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man3p/asin.3p:151 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/asin.3p:156 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 ""