GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::numeric_limits::has_denorm(3) C++ Standard Libary std::numeric_limits::has_denorm(3)

std::numeric_limits::has_denorm - std::numeric_limits::has_denorm


static const std::float_denorm_style has_denorm; (until C++11)
static constexpr std::float_denorm_style has_denorm; (since C++11)


The value of std::numeric_limits<T>::has_denorm identifies the floating-point types
that support subnormal values.


T value of std::numeric_limits<T>::has_denorm
/* non-specialized */ std::denorm_absent
bool std::denorm_absent
char std::denorm_absent
signed char std::denorm_absent
unsigned char std::denorm_absent
wchar_t std::denorm_absent
char8_t (C++20) std::denorm_absent
char16_t (C++11) std::denorm_absent
char32_t (C++11) std::denorm_absent
short std::denorm_absent
unsigned short std::denorm_absent
int std::denorm_absent
unsigned int std::denorm_absent
long std::denorm_absent
unsigned long std::denorm_absent
long long (C++11) std::denorm_absent
unsigned long long (C++11) std::denorm_absent
float usually std::denorm_present
double usually std::denorm_present
long double usually std::denorm_present


denorm_min returns the smallest positive subnormal value of the given
[static] floating-point type
(public static member function)
float_denorm_style indicates floating-point denormalization modes
(enum)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.