mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-22 07:19:57 -05:00
Explain lookup tables in Numerical.
This commit is contained in:
parent
4f8ffde130
commit
00958afd09
1 changed files with 3 additions and 0 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue