to_sci_string(x) Converts a number to a string using scientific notation.
rotate(x, y) Returns a rotated copy of x, y times.
math.isclose(a, b, *, rel_tol=1e-09, abs_tol=0.0) Return True if the values a and b are close
math.asin(x) Return the arc sine of x, in radians.
random.randint(a, b) Return a random integer N such that a <= N <= b. Alias for randrange(a
cmath.sinh(x) Return the hyperbolic sine of x.
scaleb(x, y) Returns the first operand after adding the second value its exp.
multiply(x, y) Return the product of x and y.
max(x, y) Compares two values numerically and returns the maximum.
shift(x, y) Returns a shifted copy of x, y times.
Page 10 of 27