Public Documents 1
Public Documents 1
math.comb(n, k)
math.factorial(n)
Changed in version 3.10: Floats with integral values (like 5.0) are no
longer accepted.
math.gcd(*integers)
math.isqrt(n)
Return the integer square root of the nonnegative integer n. This is the
floor of the exact square root of n, or equivalently the greatest
integer a such that a² ≤ n.