FE_DFL_ENV
Da cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
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.
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.
You can help to correct and verify the translation. Click here for instructions.
[editar] Exemplo
Esta seção está incompleta Motivo: sem exemplo |
[editar] Veja também
(C99) |
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) |
(C99) |
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) |
C++ documentation for FE_DFL_ENV
|