imag Abstract. Retrieves the imaginary component of this number.
to_integral_value(rounding=None, context=None) Round to the nearest integer without signaling Inexact or Rounded
__ceil__() Returns the least
log10(context=None) Return the base ten logarithm of the operand. The result is correctly rounded using the ROUND_HALF_EVEN
next_plus(x) Returns the smallest representable number larger than x.
statistics.mean(data) Return the sample arithmetic mean of data, a sequence or iterator of real-valued numbers.
random.gauss(mu, sigma) Gaussian distribution. mu is the mean, and sigma is the standard deviation. This is
class decimal.Inexact Indicates that rounding occurred and the result is not exact. Signals
decimal.getcontext() Return the current context for the active thread.
random.randrange(stop) random.randrange(start, stop[, step]) Return a randomly selected element from range(start
Page 5 of 27