Espacios de nombres
Variantes

Numerics library

De cppreference.com
< cpp
Revisión del 18:15 25 oct 2012 de P12 (discusión | contribs.) (1 revisión: Translate from the English version)
 
 
 
El C + + numéricos biblioteca incluye funciones matemáticas comunes y tipos, así como optimizados matrices numéricas y de apoyo para la generación de números aleatorios .
Original:
The C++ numerics library includes common mathematical functions and types, as well as optimized numeric arrays and support for random number generation.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Funciones matemáticas comunes

La cabecera cmath proporciona biblioteca estándar C funciones matemáticas como std::fabs, std::sqrt, y std::sin .
Original:
The header cmath provides biblioteca estándar C funciones matemáticas such as std::fabs, std::sqrt, and std::sin.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Los números complejos

Defined in header <complex>
un tipo de número complejo
Original:
a complex number type
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(plantilla de clase)

Matrices numéricas

Defined in header <valarray>
matrices numéricas y las rebanadas de matriz
Original:
numeric arrays and array slices
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(plantilla de clase)

Genéricos operaciones numéricas

Plantilla:cpp/algorithm/dcl list iotaPlantilla:cpp/algorithm/dcl list accumulatePlantilla:cpp/algorithm/dcl list inner productPlantilla:cpp/algorithm/dcl list adjacent differencePlantilla:cpp/algorithm/dcl list partial sum
Defined in header <numeric>

Pseudo-aleatoria de generación de números

La cabecera random define pseudo-generadores de números aleatorios y distribuciones numéricas. El cstdlib encabezado incluye también al estilo de C a través de la generación de números aleatorios std::srand y std::rand .
Original:
The header random defines pseudo-generadores de números aleatorios y distribuciones numéricas. The header cstdlib also includes C-style random number generation via std::srand and std::rand.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Compilar aritmética tiempo racional (desde C++11)

La cabecera ratio proporciona tipos y funciones para la manipulación y almacenamiento en tiempo de compilación proporciones .
Original:
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Floating-point medio ambiente

El encabezado define fenv banderas y las funciones relacionadas con el excepcional estado de coma flotante, como desbordamiento y la división por cero .
Original:
The header fenv defines banderas y las funciones relacionadas con el excepcional estado de coma flotante, such as overflow and division by zero.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.