Traductions de cette page?:

sinh

Syntaxe :

    #include <cmath>
    double sinh (double arg);

La fonction sinh() renvoie le sinus hyperbolique de arg.

Le C++ fournit également les implémentations suivantes :

    #include <cmath>
    float sinh (float arg); // identique à sinhf() en C99
    long double sinh (long double arg); // identique à sinhl() en C99

Sujets connexes : acos, asin, atan, atan2, cos, cosh, sin, tan, tanh