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

to_integral(rounding=None, context=None) Identical to the to_integral_value() method. The to_integral

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

multiply(x, y) Return the product of x and y.

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

statistics.mode(data) Return the most common data point from discrete or nominal data. The mode (when it exists) is

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

class decimal.DivisionByZero Signals the division of a non-infinite number by zero. Can occur

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

cmath.asinh(x) Return the inverse hyperbolic sine of x. There are two branch cuts: One extends from 1j

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

cmath.log(x[, base]) Returns the logarithm of x to the given base. If the base is not specified,

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
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
decimal.FloatOperation
  • References/Python/Python/Numeric & Mathematical

class decimal.FloatOperation Enable stricter semantics for mixing floats and Decimals. If the

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

math.exp(x) Return e**x.

2025-01-10 15:47:30