#, fuzzy msgid "" msgstr "" "Project-Id-Version: man-pages-l10n VERSION\n" "POT-Creation-Date: 2014-07-17 17:54+0900\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: man-pages/man3/cacos.3:8 #, no-wrap msgid "CACOS" msgstr "" #. type: TH #: man-pages/man3/cacos.3:8 #, no-wrap msgid "2011-09-15" msgstr "" #. type: TH #: man-pages/man3/cacos.3:8 #, no-wrap msgid "Linux Programmer's Manual" msgstr "" #. type: SH #: man-pages/man3/cacos.3:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:11 msgid "cacos, cacosf, cacosl - complex arc cosine" msgstr "" #. type: SH #: man-pages/man3/cacos.3:11 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:13 msgid "B<#include Ecomplex.hE>" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:15 msgid "BIB<);>" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:17 msgid "BIB<);>" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:19 msgid "BIB<);>" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:21 msgid "Link with I<-lm>." msgstr "" #. type: SH #: man-pages/man3/cacos.3:21 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:30 msgid "" "The B() function calculates the complex arc cosine of I. If " "I, then I. The real part of I is " "chosen in the interval [0,pi]." msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:32 msgid "One has:" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:35 #, no-wrap msgid " cacos(z) = -i * clog(z + i * csqrt(1 - z * z))\n" msgstr "" #. type: SH #: man-pages/man3/cacos.3:36 #, no-wrap msgid "VERSIONS" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:38 msgid "These functions first appeared in glibc in version 2.1." msgstr "" #. type: SH #: man-pages/man3/cacos.3:38 #, no-wrap msgid "CONFORMING TO" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:40 msgid "C99." msgstr "" #. type: SH #: man-pages/man3/cacos.3:40 #, no-wrap msgid "EXAMPLE" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:43 #, no-wrap msgid "/* Link with \"-lm\" */\n" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:48 #, no-wrap msgid "" "#include Ecomplex.hE\n" "#include Estdlib.hE\n" "#include Eunistd.hE\n" "#include Estdio.hE\n" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:54 #, no-wrap msgid "" "int\n" "main(int argc, char *argv[])\n" "{\n" " double complex z, c, f;\n" " double complex i = I;\n" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:59 #, no-wrap msgid "" " if (argc != 3) {\n" " fprintf(stderr, \"Usage: %s ErealE EimagE\\en\", " "argv[0]);\n" " exit(EXIT_FAILURE);\n" " }\n" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:61 #, no-wrap msgid " z = atof(argv[1]) + atof(argv[2]) * I;\n" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:63 #, no-wrap msgid " c = cacos(z);\n" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:65 #, no-wrap msgid " printf(\"cacos() = %6.3f %6.3f*i\\en\", creal(c), cimag(c));\n" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:67 #, no-wrap msgid " f = -i * clog(z + i * csqrt(1 - z * z));\n" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:69 #, no-wrap msgid " printf(\"formula = %6.3f %6.3f*i\\en\", creal(f), cimag(f));\n" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:72 #, no-wrap msgid " exit(EXIT_SUCCESS);\n" "}\n" msgstr "" #. type: SH #: man-pages/man3/cacos.3:73 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:77 msgid "B(3), B(3), B(7)" msgstr "" #. type: SH #: man-pages/man3/cacos.3:77 #, no-wrap msgid "COLOPHON" msgstr "" #. type: Plain text #: man-pages/man3/cacos.3:85 msgid "" "This page is part of release 3.70 of the Linux I project. A " "description of the project, information about reporting bugs, and the latest " "version of this page, can be found at \\%http://www.kernel.org/doc/man-pages/" "." msgstr ""