numbers.Complex.imag
  • References/Python/Python/Numeric & Mathematical

imag Abstract. Retrieves the imaginary component of this number.

2025-01-10 15:47:30
decimal.Decimal.to_integral_value()
  • References/Python/Python/Numeric & Mathematical

to_integral_value(rounding=None, context=None) Round to the nearest integer without signaling Inexact or Rounded

2025-01-10 15:47:30
fractions.Fraction.
  • References/Python/Python/Numeric & Mathematical

__ceil__() Returns the least

2025-01-10 15:47:30
decimal.Decimal.log10()
  • References/Python/Python/Numeric & Mathematical

log10(context=None) Return the base ten logarithm of the operand. The result is correctly rounded using the ROUND_HALF_EVEN

2025-01-10 15:47:30
decimal.Context.next_plus()
  • References/Python/Python/Numeric & Mathematical

next_plus(x) Returns the smallest representable number larger than x.

2025-01-10 15:47:30
statistics.mean()
  • References/Python/Python/Numeric & Mathematical

statistics.mean(data) Return the sample arithmetic mean of data, a sequence or iterator of real-valued numbers.

2025-01-10 15:47:30
random.gauss()
  • References/Python/Python/Numeric & Mathematical

random.gauss(mu, sigma) Gaussian distribution. mu is the mean, and sigma is the standard deviation. This is

2025-01-10 15:47:30
decimal.Inexact
  • References/Python/Python/Numeric & Mathematical

class decimal.Inexact Indicates that rounding occurred and the result is not exact. Signals

2025-01-10 15:47:30
decimal.getcontext()
  • References/Python/Python/Numeric & Mathematical

decimal.getcontext() Return the current context for the active thread.

2025-01-10 15:47:30
random.randrange()
  • References/Python/Python/Numeric & Mathematical

random.randrange(stop) random.randrange(start, stop[, step]) Return a randomly selected element from range(start

2025-01-10 15:47:30