poly.dec

来自「没有说明」· DEC 代码 · 共 11 行

DEC
11
字号
/*
** poly.dec - Nth order polynomial interpolation.
** (C) Copyright 1988-1996 by Aptech Systems, Inc.
** All Rights Reserved.
**
** Global variable definitions for procedure POLYINT.
*/

declare matrix _polerr = 0;
declare matrix _poldeg = 6;

⌨️ 快捷键说明

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