#, 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/cproj.3p:2 #, no-wrap msgid "CPROJ" msgstr "" #. type: TH #: man-pages-posix/man3p/cproj.3p:2 #, no-wrap msgid "2013" msgstr "" #. type: TH #: man-pages-posix/man3p/cproj.3p:2 #, no-wrap msgid "IEEE/The Open Group" msgstr "" #. type: TH #: man-pages-posix/man3p/cproj.3p:2 #, no-wrap msgid "POSIX Programmer's Manual" msgstr "" #. type: SH #: man-pages-posix/man3p/cproj.3p:3 #, no-wrap msgid "PROLOG" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.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/cproj.3p:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:14 msgid "cproj, cprojf, cprojl \\(em complex projection functions" msgstr "" #. type: SH #: man-pages-posix/man3p/cproj.3p:14 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:18 #, no-wrap msgid "#include Ecomplex.hE\n" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:22 #, no-wrap msgid "" "double complex cproj(double complex I);\n" "float complex cprojf(float complex I);\n" "long double complex cprojl(long double complex I);\n" msgstr "" #. type: SH #: man-pages-posix/man3p/cproj.3p:23 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.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/cproj.3p:41 msgid "" "These functions shall compute a projection of I onto the Riemann sphere: " "I projects to I, except that all complex infinities (even those with " "one infinite part and one NaN part) project to positive infinity on the real " "axis. If I has an infinite part, then I(I) shall be equivalent " "to:" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:46 #, no-wrap msgid "B<\n" "INFINITY + I * copysign(0.0, cimag(z))>\n" msgstr "" #. type: SH #: man-pages-posix/man3p/cproj.3p:49 #, no-wrap msgid "RETURN VALUE" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:52 msgid "" "These functions shall return the value of the projection onto the Riemann " "sphere." msgstr "" #. type: SH #: man-pages-posix/man3p/cproj.3p:52 #, no-wrap msgid "ERRORS" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:54 msgid "No errors are defined." msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:56 msgid "I" msgstr "" #. type: SH #: man-pages-posix/man3p/cproj.3p:56 #, no-wrap msgid "EXAMPLES" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:58 man-pages-posix/man3p/cproj.3p:60 man-pages-posix/man3p/cproj.3p:80 msgid "None." msgstr "" #. type: SH #: man-pages-posix/man3p/cproj.3p:58 #, no-wrap msgid "APPLICATION USAGE" msgstr "" #. type: SH #: man-pages-posix/man3p/cproj.3p:60 #, no-wrap msgid "RATIONALE" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:78 msgid "" "Two topologies are commonly used in complex mathematics: the complex plane " "with its continuum of infinities, and the Riemann sphere with its single " "infinity. The complex plane is better suited for transcendental functions, " "the Riemann sphere for algebraic functions. The complex types with their " "multiplicity of infinities provide a useful (though imperfect) model for the " "complex plane. The I() function helps model the Riemann sphere by " "mapping all infinities to one, and should be used just before any operation, " "especially comparisons, that might give spurious results for any of the " "other infinities. Note that a complex value with one infinite part and one " "NaN part is regarded as an infinity, not a NaN, because if one part is " "infinite, the complex value is infinite independent of the value of the " "other part. For the same reason, I() returns an infinity if its " "argument has an infinite part and a NaN part." msgstr "" #. type: SH #: man-pages-posix/man3p/cproj.3p:78 #, no-wrap msgid "FUTURE DIRECTIONS" msgstr "" #. type: SH #: man-pages-posix/man3p/cproj.3p:80 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:85 msgid "I\\^(\\|), I\\^(\\|), I\\^(\\|), I\\^(\\|)" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:88 msgid "The Base Definitions volume of POSIX.1\\(hy2008, Bcomplex.hE>" msgstr "" #. type: SH #: man-pages-posix/man3p/cproj.3p:88 #, no-wrap msgid "COPYRIGHT" msgstr "" #. type: Plain text #: man-pages-posix/man3p/cproj.3p:99 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/cproj.3p:104 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 ""