cppreference.com
Benutzerkonto anlegen
Anmelden
Namensräume
Vorlage
Diskussion
Varianten
Ansichten
Lesen
Bearbeiten
Versionen/Autoren
Aktionen
Vorlage:cpp/numeric/fenv/navbar
Aus cppreference.com
C++
Sprache
Concepts
Utilities-Bibliothek
Strings Bibliothek
Container-Bibliothek
Algorithmen-Bibliothek
Iteratoren Bibliothek
Numerik-Bibliothek
Input / Output-Bibliothek
Lokalisierungen Bibliothek
Reguläre Ausdrücke Bibliothek
(C++11)
Atomare Operationen Bibliothek
(C++11)
Thread Support-Bibliothek
(C++11)
[edit]
Numerik-Bibliothek
Gemeinsame mathematischen Funktionen
Floating-Point-Umgebung
Komplexe Zahlen
Numerische Arrays
Pseudo-Zufallszahlen
Compile-time rationale Arithmetik
(C++11)
Generische numerische Operationen
Original:
Generic numeric operations
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
iota
(C++11)
accumulate
inner_product
adjacent_difference
partial_sum
[edit]
Floating-Point-Umgebung
Funktionen
Original:
Functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
feclearexcept
(C++11)
fetestexcept
(C++11)
feraiseexcept
(C++11)
fegetexceptflag
fesetexceptflag
(C++11)
(C++11)
fegetround
fesetround
(C++11)
(C++11)
fegetenv
fesetenv
(C++11)
feholdexcept
(C++11)
feupdateenv
(C++11)
Makro Konstanten
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.
FE_ALL_EXCEPT
FE_DIVBYZERO
FE_INEXACT
FE_INVALID
FE_OVERFLOW
FE_UNDERFLOW
(C++11)
FE_DOWNWARD
FE_TONEAREST
FE_TOWARDZERO
FE_UPWARD
(C++11)
FE_DFL_ENV
(C++11)
[edit]