copy_abs(x) Returns a copy of x with the sign set to 0.
copy() Return a duplicate of the context.
compare_total_mag(x, y) Compares two operands using their abstract representation, ignoring sign.
random.normalvariate(mu, sigma) Normal distribution. mu is the mean, and sigma is the standard deviation.
divmod(x, y) Divides two numbers and returns the integer part of the result.
cmath.exp(x) Return the exponential value e**x.
is_signed() Return
divide_int(x, y) Return x divided by y, truncated to an integer.
cmath.sqrt(x) Return the square root of x. This has the same branch cut as log().
compare_total(other, context=None) Compare two operands using their abstract representation rather than their numerical value
Page 12 of 27