We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bec057 commit 153ad60Copy full SHA for 153ad60
source_py3/python_toolbox/math_tools/misc.py
@@ -126,5 +126,4 @@ def binomial(big, small):
126
else:
127
return (math.factorial(big) // math.factorial(big - small)
128
// math.factorial(small))
129
-
130
0 commit comments