⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cmath2.h

📁 ngspice又一个电子CAD仿真软件代码.功能更全
💻 H
字号:
/************* * Header file for cmath2.c * 1999 E. Rouat ************/#ifndef CMATH2_H_INCLUDED#define CMATH2_H_INCLUDEDvoid * cx_tan(void *data, short int type, int length, int *newlength, short int *newtype, ...);void * cx_atan(void *data, short int type, int length, int *newlength, short int *newtype, ...);void * cx_norm(void *data, short int type, int length, int *newlength, short int *newtype, ...);void * cx_uminus(void *data, short int type, int length, int *newlength, short int *newtype, ...);void * cx_rnd(void *data, short int type, int length, int *newlength, short int *newtype, ...);void * cx_mean(void *data, short int type, int length, int *newlength, short int *newtype, ...);void * cx_length(void *data, short int type, int length, int *newlength, short int *newtype, ...);void * cx_vector(void *data, short int type, int length, int *newlength, short int *newtype, ...);void * cx_unitvec(void *data, short int type, int length, int *newlength, short int *newtype, ...);void * cx_plus(void *data1, void *data2, short int datatype1, short int datatype2, int length, ...);void * cx_minus(void *data1, void *data2, short int datatype1, short int datatype2, int length, ...);void * cx_times(void *data1, void *data2, short int datatype1, short int datatype2, int length, ...);void * cx_mod(void *data1, void *data2, short int datatype1, short int datatype2, int length, ...);void * cx_max(void *data, short int type, int length, int *newlength, short int *newtype, ...);void * cx_min(void *data, short int type, int length, int *newlength, short int *newtype, ...);void * cx_d(void *data, short int type, int length, int *newlength, short int *newtype, ...);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -