cppreference.com
Criar conta
Autenticação
Espaços nominais
Predefinição
Discussão
Variantes
Vistas
Ver
Editar
Histórico
Acções
Predefinição:cpp/numeric/complex/navbar
Da cppreference.com
C++
Suporte ao Compilador
Freestanding and hosted
Linguagem
Headers da Biblioteca Standard
Requerimentos nomeados
Feature test macros
(C++20)
Biblioteca de suporte de língua
Biblioteca de conceitos
(C++20)
Biblioteca de diagnósticos
Biblioteca de utilitários em geral
Biblioteca de strings
Biblioteca de containers
Ranges library
(C++20)
Biblioteca de iteradores
Biblioteca de algorítmos
Biblioteca numérica
Biblioteca de localizações
Biblioteca de input/output
Biblioteca de sistema de arquivo
(C++17)
Biblioteca de expressões regulares
(C++11)
Biblioteca de operações atômicas
(C++11)
Biblioteca de suporte de thread
(C++11)
Especificações Técnicas
Índice de symbolos
Bibliotecas externas
[edit]
Biblioteca numéricos
Funções matemáticas comuns
De ponto flutuante ambiente
Números complexos
Matrizes numéricas
Pseudo-aleatório de geração de números
Tempo de compilação aritmética racional
(C++11)
Genéricos operações numéricas
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]
Números complexos
Funções de membro
Original:
Member functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
complex::complex
complex::operator=
complex::real
complex::imag
complex::operator+=
complex::operator-=
complex::operator*=
complex::operator/=
Não-membros funções
Original:
Non-member functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
operator==
operator!=
operator<<
operator>>
real
imag
abs
arg
norm
conj
proj
(C++11)
polar
Funções exponenciais
Original:
Exponential functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
exp
log
log10
Funções de poder
Original:
Power functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
pow
sqrt
Funções trigonométricas
Original:
Trigonometric functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
sin
cos
tan
asin
(C++11)
acos
(C++11)
atan
(C++11)
Funções hiperbólicas
Original:
Hyperbolic functions
The text has been machine-translated via
Google Translate
.
You can help to correct and verify the translation. Click
here
for instructions.
sinh
cosh
tanh
asinh
(C++11)
acosh
(C++11)
atanh
(C++11)
[edit]