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

cmath.sin(x) Return the sine of x.

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

class decimal.Underflow Numerical underflow with result rounded to zero. Occurs when a subnormal

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

random.getrandbits(k) Returns a Python integer with k random bits. This method is supplied with the MersenneTwister

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

compare_signal(other, context=None) This operation is identical to the compare() method, except that all NaNs signal

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

math.atanh(x) Return the inverse hyperbolic tangent of x.

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

is_infinite() Return

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

remainder_near(other, context=None) Return the remainder from dividing self by other. This differs from self

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

is_normal(x) Returns True if x is a normal number; otherwise returns False.

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

normalize(context=None) Normalize the number by stripping the rightmost trailing zeros and converting any result equal to

2025-01-10 15:47:30