FLT_EVAL_METHOD
De 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. |
<metanoindex/>
<tbody> </tbody>| Déclaré dans l'en-tête <float.h>
|
||
#define FLT_EVAL_METHOD /* implementation defined */ |
(depuis C99) | |
Spécifie la précision dans lequel toutes les opérations arithmétiques à virgule flottante sont fait .
Original:
Specifies the precision in which all floating-point arithmetic operations are done.
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.
Valeur
Original: Value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Explanation |
negative values except -1
|
mise en œuvre comportement défini
Original: implementation-defined behavior The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
-1
|
la précision par défaut n'est pas connue
Original: the default precision is not known The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
0
|
toutes les opérations et les constantes d'évaluer la portée et la précision du type utilisé. En outre,
float_t et double_t sont équivalentes à float et double respectivementOriginal: all operations and constants evaluate in the range and precision of the type used. Additionally, float_t and double_t are equivalent to float and double respectivelyThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
1
|
toutes les opérations et les constantes d'évaluer la portée et la précision de
double. En outre, à la fois float_t et double_t sont équivalentes à doubleOriginal: all operations and constants evaluate in the range and precision of double. Additionally, both float_t and double_t are equivalent to doubleThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
2
|
toutes les opérations et les constantes d'évaluer la portée et la précision de
long double. En outre, à la fois float_t et double_t sont équivalentes à long doubleOriginal: all operations and constants evaluate in the range and precision of long double. Additionally, both float_t and double_t are equivalent to long doubleThe text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
Voir aussi
C++ documentation for FLT_EVAL_METHOD
|