Explain lookup tables in Numerical.

This commit is contained in:
Jürg Lehni 2011-04-21 12:37:35 +01:00
parent 4f8ffde130
commit 00958afd09

View file

@ -16,6 +16,9 @@
var Numerical = new function() {
// Lookup tables for abscissas and weights with values for n = 2 .. 16.
// As values are symetric, only store half of them and addapt algorithm
// to factor in symetry.
var abscissas = [
[ 0.5773502691896257645091488],
[0,0.7745966692414833770358531],