mathtypes.pas

来自「Delphi math processing compononets and s」· PAS 代码 · 共 16 行

PAS
16
字号
{
@abstract(EBK&NVS Pascal-Delphi Math Library: Real Math types and constants)
@author(Nikolai V. Shokhirev <nikolai@shokhirev.com> <nikolai@u.arizona.edu>)
@author(Eugene B. Krissinel <keb@ebi.ac.uk> <krissinel@fh.huji.ac.il>)
@created(09.09.1991)
@lastmod(04.04.2002)
This is a temporary publication (reduced variant), will be updated later
check: http://www.shokhirev.com/nikolai/programs/samplecode.html
㎞ikolai V. Shokhirev, 2002
}
unit  MathTypes;

interface

const
  MinReal = 1.0e-4932; // actually 3.6 x 10^

⌨️ 快捷键说明

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