decimal.Context.sqrt()
  • References/Python/Python/Numeric & Mathematical

sqrt(x) Square root of a non-negative number to context precision.

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

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

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

random.vonmisesvariate(mu, kappa) mu is the mean angle, expressed in radians between 0 and 2*pi, and kappa

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

class decimal.InvalidOperation An invalid operation was performed. Indicates that an operation

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

class decimal.Subnormal Exponent was lower than Emin prior to rounding. Occurs

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

copy_sign(other, context=None) Return a copy of the first operand with the sign set to be the same as the sign of the second

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

is_snan() Return

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
decimal.Context.ln()
  • References/Python/Python/Numeric & Mathematical

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

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

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

2025-01-10 15:47:30