std::cosh, std::coshf, std::coshl
From cppreference.com
Defined in header <cmath>
|
||
(1) | ||
float cosh ( float num ); double cosh ( double num ); |
(until C++23) | |
/*floating-point-type*/ cosh ( /*floating-point-type*/ num ); |
(since C++23) (constexpr since C++26) |
|
float coshf( float num ); |
(2) | (since C++11) (constexpr since C++26) |
long double coshl( long double num ); |
(3) | (since C++11) (constexpr since C++26) |
SIMD overload (since C++26) |
||
Defined in header
|