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 運算子
複數運算子
(函式)