📄 neville.h
字号:
/* * -*- Mode: ANSI C -*- * $Id: neville.h,v 1.2 1996/08/16 17:23:29 fernande Exp $ * $Source: /sgi.acct/sweldens/cvs/liftpack/include/neville.h,v $ * Author: Fernandez, Gabriel * * Includes the routine for polynomial interpolation using Neville's * algorithm. *//* do not edit anything above this line */#ifndef __NEVILLE_H__#define __NEVILLE_H__#include "flwtdef.h"extern Flt Neville ( const Flt *__x, const Flt *__f, const int __n, const Flt __xx );#endif /* __NEVILLE_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -