std::isnormal
From cppreference.com
Defined in header <cmath>
|
||
(1) | ||
bool isnormal( float num ); bool isnormal( double num ); |
(since C++11) (until C++23) |
|
constexpr bool isnormal( /*floating-point-type*/ num ); |
(since C++23) | |
SIMD overload (since C++26) |
||
Defined in header <simd>
|
||
template< /*math-floating-point*/ V > constexpr typename /*deduced-simd-t*/<V>::mask_type |
(S) | (since C++26) |
Defined in header
|