legendre-poly:勒让德多项式的系数

时间:2021-05-24 05:50:12
【文件属性】:
文件名称:legendre-poly:勒让德多项式的系数
文件大小:3KB
文件格式:ZIP
更新时间:2021-05-24 05:50:12
JavaScript Legendre-poly 返回第n个。 例子 var legendre_p = require ( "legendre-poly" ) console . log ( legendre_p ( 0 ) ) console . log ( legendre_p ( 1 ) ) console . log ( legendre_p ( 2 ) ) 输出 [1] [0, 1] [-0.5, 0, 1.5] 安装 使用安装: npm install legendre-poly 原料药 require("legendre-poly")(n) 返回升序的第n个勒让德多项式的系数。 执照 (c)2013年米高拉·李森科(Mikola Lysenko)。 麻省理工学院执照
【文件预览】:
legendre-poly-master
----legendre.js(510B)
----.travis.yml(94B)
----LICENSE(1KB)
----test()
--------test.js(406B)
----README.md(706B)
----.gitignore(98B)
----package.json(684B)

网友评论