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

sqrt(context=None) Return the square root of the argument to full precision.

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

from_decimal(dec) This class method constructs a Fraction representing the exact value of dec, which must

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

cmath.acos(x) Return the arc cosine of x. There are two branch cuts: One extends right from 1 along the real axis to

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

shift(other, context=None) Return the result of shifting the digits of the first operand by an amount specified by the second

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

class numbers.Integral Subtypes Rational and adds a conversion to

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

class fractions.Fraction(numerator=0, denominator=1) class fractions.Fraction(other_fraction) class fractions

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