📄 y_ihfile.h
字号:
/* xc_file.h free ware xhunga@tiscali.fr */
#include "yiinitz.h"
/*
complexF initD_zF(double r_n, double r_d, double i_n, double i_d);
complexF initF_zF(fraction fr, fraction fi);
fraction Re_zF(complexF z);
fraction Im_zF(complexF z);
*/
#include "yicmplx.h"
/*
complexF cnj_zF(complexF z);
complexF sym_zF(complexF z);
complexF add_zF(complexF z1, complexF z2);
complexF sub_zF(complexF z1, complexF z2);
complexF mul_zF(complexF z1, complexF z2);
complexF Fmul_zF(fraction f, complexF z);
fraction abs_P2_zF(complexF z);
complexF div_zF(complexF z1, complexF z2);
complexF inv_zF(complexF z);
*/
#include "yimop.h"
/*
void add_mzF(PmzF mA, PmzF mB, PmzF mAplsB);
void sub_mzF(PmzF mA, PmzF mB, PmzF mAmnsB);
void mul_mzF(PmzF mA, PmzF mB, PmzF mAB);
void cnj_mzF(PmzF mA, PmzF mConjA);
void Fmul_mzF(fraction f, PmzF mA, PmzF mfA);
void Zmul_mzF(complexF za,PmzF mA, PmzF mfA);
void transpose_mzF(PmzF mA, PmzF mTrpsA);
void cnj_transpose_mzF(PmzF mA, PmzF mTrpsA);
complexF trace_mzF(PmzF m);
*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -