__floor__() Returns the greatest
compare_signal(x, y) Compares the values of the two operands numerically.
exp(x) Returns e ** x.
cmath.atan(x) Return the arc tangent of x. There are two branch cuts: One extends from 1j along the imaginary
cmath.rect(r, phi) Return the complex number x with polar coordinates r and phi. Equivalent to r
math.copysign(x, y) Return a float with the magnitude (absolute value) of x but the sign of y. On platforms
random.random() Return the next random floating point number in the range [0.0, 1.0).
create_decimal_from_float(f) Creates a new Decimal instance from a float f but rounding using self as the
math.sqrt(x) Return the square root of x.
math.pow(x, y) Return x raised to the power y. Exceptional cases follow Annex âFâ of the C99 standard
Page 20 of 27