Espaços nominais
Variantes
Acções

FP_NORMAL, FP_SUBNORMAL, FP_ZERO, FP_INFINITE, FP_NAN

Da cppreference.com
< c‎ | numeric‎ | math

 
 
 
Funções matemáticas comuns
Funções
Original:
Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Operações básicas
Original:
Basic operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
(C99)
(C99)
(C99)(C99)(C99)
Funções exponenciais
Original:
Exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
(C99)
Funções de poder
Original:
Power functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
Funções trigonométricas e hiperbólicas
Original:
Trigonometric and hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
Erro e funções gamma
Original:
Error and gamma functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
(C99)
Número inteiro mais próximo de operações de ponto flutuante
Original:
Nearest integer floating point operations
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)(C99)(C99)
(C99)
(C99)(C99)(C99)
Flutuando funções de manipulação de pontos
Original:
Floating point manipulation functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)(C99)
(C99)
(C99)
Classificação
Original:
Classification
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C99)
(C99)
(C99)
Constantes de macros
Original:
Macro constants
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
FP_NORMALFP_SUBNORMALFP_ZEROFP_INFINITEFP_NAN
(C99)(C99)(C99)(C99)(C99)
 
Definido no cabeçalho <math.h>
#define FP_NORMAL    /*implementation defined*/
#define FP_SUBNORMAL /*implementation defined*/
#define FP_ZERO      /*implementation defined*/
#define FP_INFINITE  /*implementation defined*/
#define FP_NAN       /*implementation defined*/
O FP_NORMAL, FP_SUBNORMAL, FP_ZERO, FP_INFINITE, FP_NAN macros cada um representa uma categoria distinta de números de ponto flutuante. Eles se expandem a uma expressão constante inteira.
Original:
The FP_NORMAL, FP_SUBNORMAL, FP_ZERO, FP_INFINITE, FP_NAN macros each represent a distinct category of floating-point numbers. They all expand to an integer constant expression.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Constante
Original:
Constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Explanation
FP_NORMAL
indica que o valor é normal', ou seja, não uma infinidade, subnormal, não--número um ou zero
Original:
indicates that the value is normal, i.e. not an infinity, subnormal, not-a-number or zero
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
FP_SUBNORMAL
indica que o valor é' subnormal
Original:
indicates that the value is subnormal
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
FP_ZERO
indica que o valor é zero positivo ou negativo
Original:
indicates that the value is positive or negative zero
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
FP_INFINITE
indica que o valor não é representável pelo tipo subjacente (infinito positivo ou negativo)
Original:
indicates that the value is not representable by the underlying type (positive or negative infinity)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
FP_NAN
indica que o valor não-a-se o número (NaN)
Original:
indicates that the value is not-a-number (NaN)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Veja também

categoriza o valor determinado ponto flutuante
Original:
categorizes the given floating point value
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(função) [edit]
C++ documentation for FP_categories