📄 complex
字号:
// Main header for the -*- C++ -*- complex number classes.// This file is part of the GNU ANSI C++ Library.#ifndef __COMPLEX__#define __COMPLEX__#include <std/complext.h>extern "C++" {#define __STD_COMPLEX// ANSI complex typestypedef complex<float> float_complex;typedef complex<double> double_complex;typedef complex<long double> long_double_complex;}#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -