◐ Shell
clean mode source ↗

Numerics library - cppreference.com

De cppreference.com

<metanoindex/>

O C + + numéricos biblioteca inclui funções matemáticas comuns e tipos, bem como otimizados matrizes numéricas e suporte para geração de números aleatórios.

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.

Funções matemáticas comuns

O cabeçalho cmath fornece C padrão biblioteca de funções matemáticas como std::fabs, std::sqrt e std::sin.

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Números complexos

Defined in header <complex>

um tipo de número complexo

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.


(modelo de classe)

Matrizes numéricas

Defined in header <valarray>

matrizes numéricas e fatias 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.


(modelo de classe)

Genéricos operações numéricas

Defined in header <numeric>

(C++11)

preenche um intervalo com incrementos sucessivos do valor de partida

Original:

fills a range with successive increments of the starting value

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

resume uma série de elementos

Original:

sums up a range of elements

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

calcula o produto interno de duas gamas de elementos

Original:

computes the inner product of two ranges of elements

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

calcula as diferenças entre elementos adjacentes em forma de intervalo

Original:

computes the differences between adjacent elements in a range

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

calcula a soma parcial de um conjunto de elementos

Original:

computes the partial sum of a range of elements

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.


(modelo de função) [edit]

Pseudo-aleatório de geração de números

O cabeçalho random define pseudo-aleatórios geradores de números e distribuições numéricas. O cstdlib cabeçalho também inclui C-estilo geração de números aleatórios através std::srand e std::rand.

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

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

O cabeçalho ratio fornece tipos e funções para a manipulação e armazenamento em tempo de compilação proporções.

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

De ponto flutuante ambiente

O cabeçalho fenv define sinalizadores e funções relacionados com o estado de ponto flutuante excepcional, como estouro e divisão por zero.

Original:

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.