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

is_finite() Return

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

cmath.polar(x) Return the representation of x in polar coordinates. Returns a pair (r, phi) where r

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

math.isnan(x) Return True if x is a NaN (not a number), and False otherwise.

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

math.modf(x) Return the fractional and integer parts of x. Both results carry the sign of x and are floats

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

logical_and(x, y) Applies the logical operation and between each operand’s digits.

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

next_toward(x, y) Returns the number closest to x, in direction towards y.

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

compare_total(x, y) Compares two operands using their abstract representation.

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

same_quantum(other, context=None) Test whether self and other have the same exponent or whether both are NaN.

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

math.tan(x) Return the tangent of x radians.

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

math.sin(x) Return the sine of x radians.

2025-01-10 15:47:30