From d3d74d8b359e00f1308b1049d585216e6149c247 Mon Sep 17 00:00:00 2001 From: Mike Kamermans Date: Mon, 6 Feb 2017 15:48:44 -0800 Subject: [PATCH] the stated Bezier function missed the last iteration reported in https://pomax.github.io/bezierinfo/#comment-3140904916 --- components/sections/explanation/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sections/explanation/index.js b/components/sections/explanation/index.js index fbfa03dd..631cdd75 100644 --- a/components/sections/explanation/index.js +++ b/components/sections/explanation/index.js @@ -243,7 +243,7 @@ binomial(n,k):
function Bezier(n,t):
   sum = 0
-  for(k=0; k