#, 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/cacosh.3:8 #, no-wrap msgid "CACOSH" msgstr "" #. type: TH #: man-pages/man3/cacosh.3:8 #, no-wrap msgid "2011-09-15" msgstr "" #. type: TH #: man-pages/man3/cacosh.3:8 #, no-wrap msgid "Linux Programmer's Manual" msgstr "" #. type: SH #: man-pages/man3/cacosh.3:9 #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:11 msgid "cacosh, cacoshf, cacoshl - complex arc hyperbolic cosine" msgstr "" #. type: SH #: man-pages/man3/cacosh.3:11 #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:13 msgid "B<#include Ecomplex.hE>" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:15 msgid "BIB<);>" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:17 msgid "BIB<);>" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:19 msgid "BIB<);>" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:21 msgid "Link with I<-lm>." msgstr "" #. type: SH #: man-pages/man3/cacosh.3:21 #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:33 msgid "" "The B() function calculates the complex arc hyperbolic cosine of " "I. If I, then I. The imaginary " "part of I is chosen in the interval [-pi,pi]. The real part of I is " "chosen nonnegative." msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:35 msgid "One has:" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:38 #, no-wrap msgid " cacosh(z) = 2 * clog(csqrt((z + 1) / 2) + csqrt((z - 1) / 2))\n" msgstr "" #. type: SH #: man-pages/man3/cacosh.3:39 #, no-wrap msgid "VERSIONS" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:41 msgid "These functions first appeared in glibc in version 2.1." msgstr "" #. type: SH #: man-pages/man3/cacosh.3:41 #, no-wrap msgid "CONFORMING TO" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:43 msgid "C99." msgstr "" #. type: SH #: man-pages/man3/cacosh.3:43 #, no-wrap msgid "EXAMPLE" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:46 #, no-wrap msgid "/* Link with \"-lm\" */\n" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:51 #, 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/cacosh.3:56 #, no-wrap msgid "int\n" "main(int argc, char *argv[])\n" "{\n" " double complex z, c, f;\n" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:61 #, 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/cacosh.3:63 #, no-wrap msgid " z = atof(argv[1]) + atof(argv[2]) * I;\n" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:66 #, no-wrap msgid "" " c = cacosh(z);\n" " printf(\"cacosh() = %6.3f %6.3f*i\\en\", creal(c), cimag(c));\n" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:69 #, no-wrap msgid "" " f = 2 * clog(csqrt((z + 1)/2) + csqrt((z - 1)/2));\n" " printf(\"formula = %6.3f %6.3f*i\\en\", creal(f2), cimag(f2));\n" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:72 #, no-wrap msgid " exit(EXIT_SUCCESS);\n" "}\n" msgstr "" #. type: SH #: man-pages/man3/cacosh.3:73 #, no-wrap msgid "SEE ALSO" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:79 msgid "B(3), B(3), B(3), B(3), B(7)" msgstr "" #. type: SH #: man-pages/man3/cacosh.3:79 #, no-wrap msgid "COLOPHON" msgstr "" #. type: Plain text #: man-pages/man3/cacosh.3:87 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 ""