Translations of this page?:

sinh

文法:

    #include <cmath>
    double sinh( double 引数 );

sinh()関数は、引数のハイパーボリックサインを返します。

C++では、以下のオーバーロード版も提供されます:

    #include <cmath>
    float sinh( float 引数 ); // C99のsinhf()と同じです
    long double sinh( long double 引数 ); // C99のsinhl()と同じです

関連トピック: acos, asin, atan, atan2, cos, cosh, sin, tan, tanh

 
• • • SitemapRecent changesRSScc