文件名称:interpolation:插值、计算精度、数值表
文件大小:804KB
文件格式:ZIP
更新时间:2024-07-27 00:32:52
javascript interpolation mathematics JavaScript
插值 演示 拉格朗日插值 var getLagrange = function ( xInterpolationArray ) { L = '' ; _ . each ( xInterpolationArray , function ( dotActive , i ) { if ( i > 0 ) { L += '+' ; } L += '' + dotActive [ 1 ] ; _ . each ( xInterpolationArray , function ( dot , j ) { if ( i != j ) { L += '*((x-' + dot [ 0 ] + ') / (' + dotActive [ 0 ] + ' - ' + dot [ 0 ] +
【文件预览】:
interpolation-master
----css()
--------application.css(29B)
----bootstrap()
--------css()
--------fonts()
--------js()
----fonts()
--------glyphicons-halflings-regular.woff(23KB)
--------glyphicons-halflings-regular.ttf(40KB)
--------glyphicons-halflings-regular.eot(20KB)
--------glyphicons-halflings-regular.svg(61KB)
----index.html(4KB)
----js()
--------application.js(4KB)
--------vendor()
----LICENSE(11KB)
----README.md(615B)