1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-29 11:10:38 +02:00

fixed rogue >

This commit is contained in:
Pomax
2016-01-14 10:24:48 -08:00
parent 07c0141f59
commit f3fb2b8a08
2 changed files with 2 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ var Explanation = React.createClass({
[1,6,15,20,15,6,1]] // n=6
binomial(n,k):
while(n >= lut.length):
while(n >= lut.length):
s = lut.length
nextRow = new array(size=s+1)
nextRow[0] = 1