min(x, y) Compares two values numerically and returns the minimum.
math.isfinite(x) Return True if x is neither an infinity nor a NaN, and False otherwise.
to_eng_string(x) Convert to a string, using engineering notation if an exponent is needed. Engineering
cmath.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0) Return True if the values a and b are close
sqrt(x) Square root of a non-negative number to context precision.
random.randrange(stop) random.randrange(start, stop[, step]) Return a randomly selected element from range(start
numerator Abstract.
logical_xor(other, context=None) logical_xor() is a logical operation which takes two logical operands
divide(x, y) Return x divided by y.
class random.SystemRandom([seed]) Class that uses the
Page 8 of 27