.\" Copyright 2002 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" Distributed under GPL .\" Translated into German by Maik Messerschmidt (Maik.Messerschmidt@gmx.net) .\" .TH CSINH 3 "6. April 2006" "" "Bibliotheksfunktionen" .SH BEZEICHNUNG csinh, csinhf, csinhl \- der komplexe Sinus Hyperbolicus .SH "ÜBERSICHT" .B #include .sp .BI "double complex csinh(double complex " z ");" .br .BI "float complex csinhf(float complex " z ");" .br .BI "long double complex csinhl(long double complex " z ");" .sp Mit der Option \-lm linken. .SH BESCHREIBUNG Der hyperbolische Sinus .BR sinh() einer komplexen Zahl z ist definiert durch (exp(z)-exp(-z))/2. .SH KONFORM ZU C99 .SH SIEHE AUCH .BR cabs (3), .BR ccosh (3), .BR ctanh (3), .BR complex (5).