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..