complex

来自「sgi公布的STL标准程序库的源代码」· 代码 · 共 19 行

TXT
19
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?