mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Format abscissas array for better reading.
This commit is contained in:
parent
d99d07bda0
commit
14010eb8b2
1 changed files with 8 additions and 8 deletions
|
@ -17,21 +17,21 @@
|
|||
var Numerical = new function() {
|
||||
|
||||
var abscissas = [
|
||||
[0.5773502691896257645091488],
|
||||
[ 0.5773502691896257645091488],
|
||||
[0,0.7745966692414833770358531],
|
||||
[0.3399810435848562648026658,0.8611363115940525752239465],
|
||||
[ 0.3399810435848562648026658,0.8611363115940525752239465],
|
||||
[0,0.5384693101056830910363144,0.9061798459386639927976269],
|
||||
[0.2386191860831969086305017,0.6612093864662645136613996,0.9324695142031520278123016],
|
||||
[ 0.2386191860831969086305017,0.6612093864662645136613996,0.9324695142031520278123016],
|
||||
[0,0.4058451513773971669066064,0.7415311855993944398638648,0.9491079123427585245261897],
|
||||
[0.1834346424956498049394761,0.5255324099163289858177390,0.7966664774136267395915539,0.9602898564975362316835609],
|
||||
[ 0.1834346424956498049394761,0.5255324099163289858177390,0.7966664774136267395915539,0.9602898564975362316835609],
|
||||
[0,0.3242534234038089290385380,0.6133714327005903973087020,0.8360311073266357942994298,0.9681602395076260898355762],
|
||||
[0.1488743389816312108848260,0.4333953941292471907992659,0.6794095682990244062343274,0.8650633666889845107320967,0.9739065285171717200779640],
|
||||
[ 0.1488743389816312108848260,0.4333953941292471907992659,0.6794095682990244062343274,0.8650633666889845107320967,0.9739065285171717200779640],
|
||||
[0,0.2695431559523449723315320,0.5190961292068118159257257,0.7301520055740493240934163,0.8870625997680952990751578,0.9782286581460569928039380],
|
||||
[0.1252334085114689154724414,0.3678314989981801937526915,0.5873179542866174472967024,0.7699026741943046870368938,0.9041172563704748566784659,0.9815606342467192506905491],
|
||||
[ 0.1252334085114689154724414,0.3678314989981801937526915,0.5873179542866174472967024,0.7699026741943046870368938,0.9041172563704748566784659,0.9815606342467192506905491],
|
||||
[0,0.2304583159551347940655281,0.4484927510364468528779129,0.6423493394403402206439846,0.8015780907333099127942065,0.9175983992229779652065478,0.9841830547185881494728294],
|
||||
[0.1080549487073436620662447,0.3191123689278897604356718,0.5152486363581540919652907,0.6872929048116854701480198,0.8272013150697649931897947,0.9284348836635735173363911,0.9862838086968123388415973],
|
||||
[ 0.1080549487073436620662447,0.3191123689278897604356718,0.5152486363581540919652907,0.6872929048116854701480198,0.8272013150697649931897947,0.9284348836635735173363911,0.9862838086968123388415973],
|
||||
[0,0.2011940939974345223006283,0.3941513470775633698972074,0.5709721726085388475372267,0.7244177313601700474161861,0.8482065834104272162006483,0.9372733924007059043077589,0.9879925180204854284895657],
|
||||
[0.0950125098376374401853193,0.2816035507792589132304605,0.4580167776572273863424194,0.6178762444026437484466718,0.7554044083550030338951012,0.8656312023878317438804679,0.9445750230732325760779884,0.9894009349916499325961542]
|
||||
[ 0.0950125098376374401853193,0.2816035507792589132304605,0.4580167776572273863424194,0.6178762444026437484466718,0.7554044083550030338951012,0.8656312023878317438804679,0.9445750230732325760779884,0.9894009349916499325961542]
|
||||
],
|
||||
|
||||
weights = [
|
||||
|
|
Loading…
Reference in a new issue