tail head cat sleep
QR code linking to this page

Manpage  — SINH

BEZEICHNUNG

sinh - die Sinus Hyperbolikus Funktion

INHALT

ÜBERSICHT

#include <math.h> 

double sinh(double x);

BESCHREIBUNG

Die sinh() Funktion gibt den Sinus Hyperbolikus von x zurück, der als ( exp(x) - exp(-x) ) / 2 definiert ist.

KONFORM ZU

SVID 3, POSIX, BSD 4.3, ISO 9899

SIEHE AUCH

acosh(3), asinh(3), atanh(3), cosh(3), tanh(3).


1. Juni 1996 SINH (3)

tail head cat sleep
QR code linking to this page


Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.

The most horrifying thing about Unix is that, no matter how many times you hit yourself over the head with it, you never quite manage to lose consciousness. It just goes on and on.
— Patrick Sobalvarro