random.paretovariate()
  • References/Python/Python/Numeric & Mathematical

random.paretovariate(alpha) Pareto distribution. alpha is the shape parameter.

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

math.sinh(x) Return the hyperbolic sine of x.

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

limit_denominator(max_denominator=1000000) Finds and returns the closest Fraction to self that has

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

min_mag(x, y) Compares the values numerically with their sign ignored.

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

random.shuffle(x[, random]) Shuffle the sequence x in place. The optional argument random is a 0-argument

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

is_snan(x) Returns True if x is a signaling NaN; otherwise returns False.

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

Etop() Returns a value equal to Emax - prec + 1.

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

class numbers.Number The root of the numeric hierarchy. If you just want to check if an argument x is a number, without

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

math.floor(x) Return the floor of x, the largest integer less than or equal to x. If x is not a float

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

math.sqrt(x) Return the square root of x.

2025-01-10 15:47:30