.\" -*- coding: UTF-8 -*- .\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" .\" %%%LICENSE_START(GPL_NOVERSION_ONELINE) .\" Distributed under GPL .\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH CCOSH 3 "15. September 2017" "" Linux\-Programmierhandbuch .SH BEZEICHNUNG ccosh, ccoshf, ccoshl \- komplexer hyperbolischer Kosinus .SH ÜBERSICHT \fB#include \fP .PP \fBdouble complex ccosh(double complex \fP\fIz\fP\fB);\fP .br \fBfloat complex ccoshf(float complex \fP\fIz\fP\fB);\fP .br \fBlong double complex ccoshl(long double complex \fP\fIz\fP\fB);\fP .PP Linken Sie mit der Option \fI\-lm\fP. .SH BESCHREIBUNG Diese Funktionen berechnen den komplexen hyperbolischen Kosinus von \fIz\fP. .PP Die komplexe hyperbolische Kosinusfunktion ist wie folgt definiert: .PP .nf ccosh(z) = (exp(z)+exp(\-z))/2 .fi .SH VERSIONEN Diese Funktionen kamen erstmals in Glibc 2.1 vor. .SH "KONFORM ZU" C99, POSIX.1\-2001, POSIX.1\-2008. .SH "SIEHE AUCH" \fBcabs\fP(3), \fBcacosh\fP(3), \fBcsinh\fP(3), \fBctanh\fP(3), \fBcomplex\fP(7) .SH KOLOPHON Diese Seite ist Teil der Veröffentlichung 5.10 des Projekts Linux\-\fIman\-pages\fP. Eine Beschreibung des Projekts, Informationen, wie Fehler gemeldet werden können, sowie die aktuelle Version dieser Seite finden sich unter \%https://www.kernel.org/doc/man\-pages/. .PP .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Helge Kreutzmann erstellt. .PP Diese Übersetzung ist Freie Dokumentation; lesen Sie die .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE oder neuer bezüglich der Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen. .PP Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden, schicken Sie bitte eine E-Mail an die .MT debian-l10n-german@lists.debian.org Mailingliste der Übersetzer .ME .