math.atan()
  • References/Python/Python/Numeric & Mathematical

math.atan(x) Return the arc tangent of x, in radians.

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

is_nan() Return

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

canonical(x) Returns the same Decimal object x.

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

class decimal.Rounded Rounding occurred though possibly no information was lost. Signaled whenever

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

abstractmethod conjugate() Abstract. Returns the complex conjugate. For example, (1+3j).conjugate() == (1-3j).

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

class decimal.Overflow Numerical overflow. Indicates the exponent is larger than Emax

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

class decimal.Decimal(value="0", context=None) Construct a new Decimal object based from value.

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

math.gcd(a, b) Return the greatest common divisor of the integers a and b. If either a or b

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

random.gammavariate(alpha, beta) Gamma distribution. (Not the gamma function!) Conditions on the parameters are alpha

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

fractions.gcd(a, b) Return the greatest common divisor of the integers a and b. If either a or b

2025-01-10 15:47:30