Skip to content

Commit 153ad60

Browse files
committed
-
1 parent 8bec057 commit 153ad60

File tree

1 file changed

+0
-1
lines changed
  • source_py3/python_toolbox/math_tools

1 file changed

+0
-1
lines changed

source_py3/python_toolbox/math_tools/misc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,4 @@ def binomial(big, small):
126126
else:
127127
return (math.factorial(big) // math.factorial(big - small)
128128
// math.factorial(small))
129-
130129

0 commit comments

Comments
 (0)