Improved applications
February 01, 2018
getrandbits
, seed
, randrange
, randint
, choice
, random
, uniform
.input()
, min()
, max()
, list[m:n]
, and the '
character.factor(n)
: decomposition into prime factors.random()
: random number between 0 and 1.randint(a,b)
: random integer between a and b.(a+b+c+…)^n
.Ans
is now replaced with its exact mathematical expression.inverse(x)
.We would like to thank the contributors who helped develop this update : Adrien Bertrand, Jean-Baptiste Boric, Yoann Dupas, Max Lekeux, Damien Nicolet, Jacob Young.