decimal.Decimal.radix()
  • References/Python/Python/Numeric & Mathematical

radix() Return Decimal(10), the radix (base) in which the Decimal class does all its arithmetic. Included

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

ln(context=None) Return the natural (base e) logarithm of the operand. The result is correctly rounded using the ROUND_HALF_EVEN

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

decimal.setcontext(c) Set the current context for the active thread to c.

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

class decimal.BasicContext This is a standard context defined by the General Decimal Arithmetic Specification. Precision is

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

cmath.rect(r, phi) Return the complex number x with polar coordinates r and phi. Equivalent to r

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

number_class(x) Returns an indication of the class 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
fractions.Fraction.
  • References/Python/Python/Numeric & Mathematical

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

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