airy.cwp.lib

来自「su 的源代码库」· LIB 代码 · 共 29 行

LIB
29
字号
AIRY - Approximate the Airy functions  Ai(x), Bi(x) and their respective       derivatives  Ai'(x), Bi'(x)airya		return approximation of Ai(x)airypa		return approximation of Ai'(x)airyb		return approximation of Bi(x)airybp		return approximation of Bi'(x)Function Prototypes:float airya (float x);float airyap (float x);float airyb (float x);float airybp (float x);Input:x		value at which to evaluate Ai(x)Returned:airya		Ai(x)airypa		Ai'(x)airyb		Bi(x)airybp		Bi'(x)Reference:The approximation is derived from tables and formulas in Abramowitzand Stegun, p. 475-477.Author:  Dave Hale, Colorado School of Mines, 06/06/89

⌨️ 快捷键说明

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