cmath.tanh()
  • References/Python/Python/Numeric & Mathematical

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

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

min_mag(x, y) Compares the values numerically with their sign ignored.

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

random.uniform(a, b) Return a random floating point number N such that a <= N <= b for a <=

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

copy_abs() Return the absolute value of the argument. This operation is unaffected by the context and is quiet: no flags are

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
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
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
decimal.Context.create_decimal_from_float()
  • References/Python/Python/Numeric & Mathematical

create_decimal_from_float(f) Creates a new Decimal instance from a float f but rounding using self as the

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

exp(x) Returns e ** x.

2025-01-10 15:47:30