random.SystemRandom
  • References/Python/Python/Numeric & Mathematical

class random.SystemRandom([seed]) Class that uses the

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

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

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
cmath.atanh()
  • References/Python/Python/Numeric & Mathematical

cmath.atanh(x) Return the inverse hyperbolic tangent of x. There are two branch cuts: One extends from 1

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

ln(x) Returns the natural (base e) logarithm of x.

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

adjusted() Return the adjusted exponent after shifting out the coefficient’s rightmost digits until only the lead digit remains:

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

exp(context=None) Return the value of the (natural) exponential function e**x at the given number. The result is

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

min(x, y) Compares two values numerically and returns the minimum.

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

statistics.variance(data, xbar=None) Return the sample variance of data, an iterable of at least two real-valued numbers

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