#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:57+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/man0p/complex.h.0p:2 #, no-wrap msgid "complex.h" msgstr "" #. type: TH #: man-pages-posix/man0p/complex.h.0p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man0p/complex.h.0p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man0p/complex.h.0p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man0p/complex.h.0p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p: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/man0p/complex.h.0p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:12 msgid "complex.h \\(em complex arithmetic" msgstr "" #. type: SH #: man-pages-posix/man0p/complex.h.0p:12 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:16 #, no-wrap msgid "#include Ecomplex.hE\n" msgstr "" #. type: SH #: man-pages-posix/man0p/complex.h.0p:17 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:21 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/man0p/complex.h.0p:25 msgid "The Icomplex.hE> header shall define the following macros:" msgstr "" #. type: IP #: man-pages-posix/man0p/complex.h.0p:25 #, no-wrap msgid "complex" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:28 msgid "Expands to B<_Complex>." msgstr "" #. type: IP #: man-pages-posix/man0p/complex.h.0p:28 #, no-wrap msgid "_Complex_I" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:34 msgid "" "Expands to a constant expression of type B, with the " "value of the imaginary unit (that is, a number I such that I\\s-" "3\\u2\\d\\s+3=\\(mi1)." msgstr "" #. type: IP #: man-pages-posix/man0p/complex.h.0p:34 #, no-wrap msgid "imaginary" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:37 msgid "Expands to B<_Imaginary>." msgstr "" #. type: IP #: man-pages-posix/man0p/complex.h.0p:37 #, no-wrap msgid "_Imaginary_I" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:41 msgid "" "Expands to a constant expression of type B with the " "value of the imaginary unit." msgstr "" #. type: IP #: man-pages-posix/man0p/complex.h.0p:41 #, no-wrap msgid "I" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:44 msgid "" "Expands to either _Imaginary_I or _Complex_I. If _Imaginary_I is not " "defined, I expands to _Complex_I." msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:47 msgid "" "The macros imaginary and _Imaginary_I shall be defined if and only if the " "implementation supports imaginary types." msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:50 msgid "" "An application may undefine and then, perhaps, redefine the complex, " "imaginary, and I macros." msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:53 msgid "" "The following shall be declared as functions and may also be defined as " "macros. Function prototypes shall be provided." msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:123 #, no-wrap msgid "" "B<\n" "double cabs(double complex);\n" "float cabsf(float complex);\n" "long double cabsl(long double complex);\n" "double complex cacos(double complex);\n" "float complex cacosf(float complex);\n" "double complex cacosh(double complex);\n" "float complex cacoshf(float complex);\n" "long double complex cacoshl(long double complex);\n" "long double complex cacosl(long double complex);\n" "double carg(double complex);\n" "float cargf(float complex);\n" "long double cargl(long double complex);\n" "double complex casin(double complex);\n" "float complex casinf(float complex);\n" "double complex casinh(double complex);\n" "float complex casinhf(float complex);\n" "long double complex casinhl(long double complex);\n" "long double complex casinl(long double complex);\n" "double complex catan(double complex);\n" "float complex catanf(float complex);\n" "double complex catanh(double complex);\n" "float complex catanhf(float complex);\n" "long double complex catanhl(long double complex);\n" "long double complex catanl(long double complex);\n" "double complex ccos(double complex);\n" "float complex ccosf(float complex);\n" "double complex ccosh(double complex);\n" "float complex ccoshf(float complex);\n" "long double complex ccoshl(long double complex);\n" "long double complex ccosl(long double complex);\n" "double complex cexp(double complex);\n" "float complex cexpf(float complex);\n" "long double complex cexpl(long double complex);\n" "double cimag(double complex);\n" "float cimagf(float complex);\n" "long double cimagl(long double complex);\n" "double complex clog(double complex);\n" "float complex clogf(float complex);\n" "long double complex clogl(long double complex);\n" "double complex conj(double complex);\n" "float complex conjf(float complex);\n" "long double complex conjl(long double complex);\n" "double complex cpow(double complex, double complex);\n" "float complex cpowf(float complex, float complex);\n" "long double complex cpowl(long double complex, long double complex);\n" "double complex cproj(double complex);\n" "float complex cprojf(float complex);\n" "long double complex cprojl(long double complex);\n" "double creal(double complex);\n" "float crealf(float complex);\n" "long double creall(long double complex);\n" "double complex csin(double complex);\n" "float complex csinf(float complex);\n" "double complex csinh(double complex);\n" "float complex csinhf(float complex);\n" "long double complex csinhl(long double complex);\n" "long double complex csinl(long double complex);\n" "double complex csqrt(double complex);\n" "float complex csqrtf(float complex);\n" "long double complex csqrtl(long double complex);\n" "double complex ctan(double complex);\n" "float complex ctanf(float complex);\n" "double complex ctanh(double complex);\n" "float complex ctanhf(float complex);\n" "long double complex ctanhl(long double complex);\n" "long double complex ctanl(long double complex);>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:128 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man0p/complex.h.0p:128 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:130 msgid "Values are interpreted as radians, not degrees." msgstr "" #. type: SH #: man-pages-posix/man0p/complex.h.0p:130 #, no-wrap msgid "RATIONALE" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:142 msgid "" "The choice of I instead of I for the imaginary unit concedes to the " "widespread use of the identifier I for other purposes. The application " "can use a different identifier, say I, for the imaginary unit by " "following the inclusion of the Icomplex.hE> header with:" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:148 #, no-wrap msgid "B<\n" "#undef I\n" "#define j _Imaginary_I>\n" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:165 msgid "" "An I suffix to designate imaginary constants is not required, as " "multiplication by I provides a sufficiently convenient and more generally " "useful notation for imaginary terms. The corresponding real type for the " "imaginary unit is B, so that use of I for algorithmic or " "notational convenience will not result in widening types." msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:171 msgid "" "On systems with imaginary types, the application has the ability to control " "whether use of the macro I introduces an imaginary type, by explicitly " "defining I to be _Imaginary_I or _Complex_I. Disallowing imaginary types is " "useful for some applications intended to run on implementations without " "support for such types." msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:174 msgid "" "The macro _Imaginary_I provides a test for whether imaginary types are " "supported." msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:181 msgid "" "The I() function (I(I) + I*I(I)) was considered but " "rejected because its implementation is easy and straightforward, even though " "some implementations could compute sine and cosine more efficiently in " "tandem." msgstr "" #. type: SH #: man-pages-posix/man0p/complex.h.0p:181 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:190 msgid "" "The following function names and the same names suffixed with I or I " "are reserved for future use, and may be added to the declarations in the " "Icomplex.hE> header." msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:195 #, no-wrap msgid "T{\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:196 man-pages-posix/man0p/complex.h.0p:201 man-pages-posix/man0p/complex.h.0p:206 #, no-wrap msgid ".nf\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:197 #, no-wrap msgid "I()\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:198 #, no-wrap msgid "I()\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:199 #, no-wrap msgid "I()\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:200 man-pages-posix/man0p/complex.h.0p:205 #, no-wrap msgid "T}!T{\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:202 #, no-wrap msgid "I()\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:203 #, no-wrap msgid "I()\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:204 #, no-wrap msgid "I()\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:207 #, no-wrap msgid "I()\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:208 #, no-wrap msgid "I()\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:209 #, no-wrap msgid "I()\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:210 #, no-wrap msgid ".fi\n" msgstr "" #. type: tbl table #: man-pages-posix/man0p/complex.h.0p:211 #, no-wrap msgid "T}\n" msgstr "" #. type: SH #: man-pages-posix/man0p/complex.h.0p:214 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:238 msgid "" "The System Interfaces volume of POSIX.1\\(hy2008, I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|), " "I\\^(\\|)" msgstr "" #. type: SH #: man-pages-posix/man0p/complex.h.0p:238 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man0p/complex.h.0p:249 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/man0p/complex.h.0p:254 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 ""