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

clear_traps() Resets all of the traps to 0.

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

logb(context=None) For a nonzero number, return the adjusted exponent of its operand as a Decimal instance. If

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

class numbers.Complex Subclasses of this type describe complex numbers and include the operations that work on the built-in

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

remainder(x, y) Returns the remainder from integer division. The sign of the result, if non-zero

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

__round__() __round__(ndigits) The first version returns the nearest

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

cmath.tanh(x) Return the hyperbolic tangent of x.

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

math.erf(x) Return the

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

cmath.atan(x) Return the arc tangent of x. There are two branch cuts: One extends from 1j along the imaginary

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

logical_invert(context=None) logical_invert() is a logical operation. The result is the digit-wise inversion of

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

math.gamma(x) Return the

2025-01-10 15:47:30