📄 complex.cpp
字号:
// complex.cpp - impelementation of class
// of complex number
//
// The code is property of LIBROW
// You can use it on your own
// When utilizing credit LIBROW site
// Include header file
#include "complex.h"
// Imaginary unity constants
const complex complex::i(0., 1.);
const complex complex::j(0., 1.);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -