accuracy.h

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

H
22
字号
/**********Copyright 1991 Regents of the University of California. All rights reserved.Authors: 1987 Karti Mayaram, 1991 David Gates$Id: accuracy.h,v 1.2 2005/05/31 16:37:22 sjborley Exp $**********/#ifndef ACCURACY_H#define ACCURACY_H/* * Definitions of Globals for Machine Accuracy Limits */extern double BMin;          /* lower limit for B(x) */extern double BMax;          /* upper limit for B(x) */extern double ExpLim;        /* limit for exponential */extern double Accuracy;      /* accuracy of the machine */extern void evalAccLimits(void);#endif /* ACCURACY_H */

⌨️ 快捷键说明

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