cmath1.h

来自「ngspice又一个电子CAD仿真软件代码.功能更全」· C头文件 代码 · 共 27 行

H
27
字号
/************* * Header file for cmath1.c * 1999 E. Rouat ************/#ifndef CMATH1_H_INCLUDED#define CMATH1_H_INCLUDEDvoid * cx_mag(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_ph(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_j(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_real(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_imag(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_pos(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_db(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_log(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_ln(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_exp(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_sqrt(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_sin(void *data, short int type, int length, int *newlength, short int *newtype);void * cx_cos(void *data, short int type, int length, int *newlength, short int *newtype);#endif

⌨️ 快捷键说明

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