From 36481f6d4aebf7d5e34ada6cfca996cfb8c31fe4 Mon Sep 17 00:00:00 2001 From: Evan Martinez <147688099+Nave55@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:28:26 -0700 Subject: [PATCH] Fix binomial function --- core/math/math.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/math/math.odin b/core/math/math.odin index 0e21afa67..934842318 100644 --- a/core/math/math.odin +++ b/core/math/math.odin @@ -1271,7 +1271,7 @@ binomial :: proc "contextless" (n, k: int) -> int { } b := n - for i in 2..