decimal.DefaultContext
  • References/Python/Python/Numeric & Mathematical

class decimal.DefaultContext This context is used by the Context constructor as a prototype for new contexts. Changing

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

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

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

is_nan(x) Returns True if x is a qNaN or sNaN; otherwise returns False.

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

statistics.median(data) Return the median (middle value) of numeric data, using the common “mean of middle two” method. If data

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

random.paretovariate(alpha) Pareto distribution. alpha is the shape parameter.

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

Etop() Returns a value equal to Emax - prec + 1.

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

decimal.localcontext(ctx=None) Return a context manager that will set the current context for the active thread to a copy of

2025-01-10 15:47:30