statistics.stdev()
  • References/Python/Python/Numeric & Mathematical

statistics.stdev(data, xbar=None) Return the sample standard deviation (the square root of the sample variance). See variance()

2025-01-10 15:47:30
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_minus()
  • References/Python/Python/Numeric & Mathematical

next_minus(x) Returns the largest representable number smaller than x.

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

cmath.e The mathematical constant e, as a float.

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

min_mag(other, context=None) Similar to the min() method, but the comparison is done using the absolute values

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

math.fabs(x) Return the absolute value of x.

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

math.log10(x) Return the base-10 logarithm of x. This is usually more accurate than log(x, 10).

2025-01-10 15:47:30