📄 tick_intrvl.h
字号:
#include "math.h"// The resolution of the output device is much less than seven digits.// A_HAIR_MORE is used to ingore the effects of round off error which should// occur in the last few of the 16 digits.#define A_HAIR_MORE 1.0000001// TICK_INTERVAL returns the step size which can be used to put a// specified NO_OF_TICKS beteen the specified UPPER_LIMIT and LOWER_LIMIT.doubletick_interval (double no_of_ticks, double &lower_limit, double &upper_limit);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -