FLT_EVAL_METHOD
Aus 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>| definiert in Header <cfloat>
|
||
#define FLT_EVAL_METHOD /* implementation defined */ |
(seit C++11) | |
Legt die Genauigkeit, in dem alle Fließkomma-Arithmetik Operationen durchgeführt .
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.
Value
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
|
Verhalten Implementierung definiert
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
|
der Standardwert Präzision ist nicht bekannt
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
|
Alle Operationen und Konstanten im Bereich auszuwerten und Präzision des Typs verwendet. Zusätzlich
float_t und double_t entsprechen float und double sindOriginal: 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
|
Alle Operationen und Konstanten im Bereich auszuwerten und Präzision
double. Zusätzlich sowohl float_t und double_t entsprechen 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
|
Alle Operationen und Konstanten im Bereich auszuwerten und Präzision
long double. Zusätzlich sowohl float_t und double_t entsprechen 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. |
Siehe auch
C documentation for FLT_EVAL_METHOD
|