cplusplus
.com
教程
参考
文章
论坛
C++
教程
参考
文章
论坛
参考
C 库
<cassert> (assert.h)
<cctype> (ctype.h)
<cerrno> (errno.h)
C++11
<cfenv> (fenv.h)
<cfloat> (float.h)
C++11
<cinttypes> (inttypes.h)
<ciso646> (iso646.h)
<climits> (limits.h)
<clocale> (locale.h)
<cmath> (math.h)
<csetjmp> (setjmp.h)
<csignal> (signal.h)
<cstdarg> (stdarg.h)
C++11
<cstdbool> (stdbool.h)
<cstddef> (stddef.h)
C++11
<cstdint> (stdint.h)
<cstdio> (stdio.h)
<cstdlib> (stdlib.h)
<cstring> (string.h)
C++11
<ctgmath> (tgmath.h)
<ctime> (time.h)
C++11
<cuchar> (uchar.h)
<cwchar> (wchar.h)
<cwctype> (wctype.h)
容器
C++11
<array>
<deque>
C++11
<forward_list>
<list>
<map>
<queue>
<set>
<stack>
C++11
<unordered_map>
C++11
<unordered_set>
<vector>
输入/输出
<fstream>
<iomanip>
<ios>
<iosfwd>
<iostream>
<istream>
<ostream>
<sstream>
<streambuf>
多线程
C++11
<atomic>
C++11
<condition_variable>
C++11
<future>
C++11
<mutex>
C++11
<thread>
其他
<algorithm>
<bitset>
C++11
<chrono>
C++11
<codecvt>
<complex>
<exception>
<functional>
C++11
<initializer_list>
<iterator>
<limits>
<locale>
<memory>
<new>
<numeric>
C++11
<random>
C++11
<ratio>
C++11
<regex>
<stdexcept>
<string>
C++11
<system_error>
C++11
<tuple>
C++11
<type_traits>
C++11
<typeindex>
<typeinfo>
<utility>
<valarray>
<complex>
类
complex
函数
abs
C++11
acos
C++11
acosh
arg
C++11
asin
C++11
asinh
C++11
atan
C++11
atanh
conj
cos
cosh
exp
imag
log
log10
norm
polar
pow
C++11
proj
real
sin
sinh
sqrt
tan
tanh
参考
<complex>
头文件
<complex>
复数库
复数库实现了
complex
类,用于包含笛卡尔坐标形式的复数,以及用于操作它们的多个函数和重载。
类
complex
复数类
(类模板)
函数
复数值
:
real
复数的实部
(函数模板)
imag
复数的虚部
(函数模板)
abs
复数的绝对值
(函数模板)
arg
复数的相角
(函数模板)
norm
复数的范数
(函数模板)
conj
共轭复数
(函数模板)
polar
从极坐标分量创建复数
(函数模板)
proj
复数投影
(函数模板)
超越函数重载
:
cos
复数的余弦
(函数模板)
cosh
复数的双曲余弦
(函数模板)
exp
复数的指数
(函数模板)
log
复数的自然对数
(函数模板)
log10
复数的常用对数
(函数模板)
pow
复数的幂
(函数模板)
sin
复数的正弦
(函数模板)
sinh
复数的双曲正弦
(函数模板)
sqrt
复数的平方根
(函数模板)
tan
复数的正切
(函数模板)
tanh
复数的双曲正切
(函数模板)
acos
复数的反余弦
(函数模板)
acosh
复数的反双曲余弦
(函数模板)
asin
复数的反正弦
(函数模板)
asinh
复数的反双曲正弦
(函数模板)
atan
复数的反正切
(函数模板)
atanh
复数的反双曲正切
(函数模板)
运算符重载
:
complex 运算符
复数运算符
(函数)