sinh
Z cppreference.com
< cpp | numeric/math
SkÅadnia:
#include <cmath> double sinh( double arg );
Funkcja sinh() zwraca wartoÅÄ sinusa hiperbolicznego z arg.
C++ dostarcza przeciÄ Å¼one wersje funkcji:
#include <cmath> float sinh( float arg ); // to samo co sinhf() w C99 long double sinh( long double arg ); // to samo co sinhl() w C99
PowiÄ zane tematy: acos, asin, atan, atan2, cos, cosh, sin, tan, tanh