tick_intrvl.h
来自「早期freebsd实现」· C头文件 代码 · 共 13 行
H
13 行
#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 + =
减小字号Ctrl + -
显示快捷键?