Espaços nominais
Variantes
Acções

FE_DFL_ENV

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

Definido no cabeçalho <<fenv.h>>
#define FE_DFL_ENV  /*implementation defined*/
O FE_DFL_ENV macro constante expande a uma expressão de const fenv_t* tipo, que aponta para uma cópia completa do ambiente padrão de ponto flutuante, ou seja, o meio ambiente como carregado na inicialização do programa.
Original:
The macro constant FE_DFL_ENV expands to an expression of type const fenv_t*, which points to a full copy of the default floating-point environment, that is, the environment as loaded at program startup.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Macros adicionais que começam com FE_ seguido por letras maiúsculas e têm o const fenv_t* tipo, pode ser suportado por uma implementação.
Original:
Additional macros that begin with FE_ followed by uppercase letters, and have the type const fenv_t*, may be supported by an implementation.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Exemplo

[editar] Veja também

salva ou restaura o ambiente actual ponto flutuante
Original:
saves or restores the current floating point environment
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]
restaura o ambiente de ponto flutuante e levanta a anteriormente levantar exceções
Original:
restores the floating-point environment and raises the previously raise exceptions
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 FE_DFL_ENV