Espacios de nombres
Variantes

std::numeric_limits::has_denorm

De cppreference.com
 
 
Biblioteca de servicios
 
Apoyo de tipos
Tipos básicos
Tipos fundamentales
Tipos enteros de anchura fija (C++11)
Límites numéricos
Interfaz de C de límites numéricos
Información de tipo
en tiempo de ejecución
Rasgos de tipos
Categorías de tipos
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
(C++11)
Propiedades de tipos
(C++11)
(C++11)
(C++14)
(C++11)
(C++11)(hasta C++20)
(C++11)(en desuso en C++20)
(C++11)
Constantes de rasgos de tipos
Metafunciones
(C++17)
Contexto de evaluación constante
Operaciones soportadas
Relaciones y consultas de propiedades
Modificaciones de tipos
(C++11)(C++11)(C++11)
Transformaciones de tipos
(C++11)
(C++11)
(C++17)
(C++11)(hasta C++20)(C++17)
 
std::numeric_limits
 
static const std::float_denorm_style has_denorm
(hasta C++11)
static constexpr std::float_denorm_style has_denorm
(desde C++11)
El valor de std::numeric_limits<T>::has_denorm identifica los tipos de punto flotante que soportan valores subnormales .
Original:
The value of std::numeric_limits<T>::has_denorm identifies the floating-point types that support valores subnormales.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Especializaciones estándar

T
valor de std::numeric_limits<T>::has_denorm
Original:
value of std::numeric_limits<T>::has_denorm
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
/* 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
char16_t std::denorm_absent
char32_t 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 std::denorm_absent
unsigned long long std::denorm_absent
float
por lo general std::denorm_present
Original:
usually std::denorm_present
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
double
por lo general std::denorm_present
Original:
usually std::denorm_present
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
long double
por lo general std::denorm_present
Original:
usually std::denorm_present
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Ver también

[estático]
devuelve el menor valor positivo subnormal de lo dado tipo de punto flotante
Original:
returns the smallest positive subnormal value of the given floating-point type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(función miembro estática pública) [editar]
Indica las modalidades de desnormalización de punto flotante.
(enum) [editar]