decimal.Context
  • References/Python/Python/Numeric & Mathematical

class decimal.Context(prec=None, rounding=None, Emin=None, Emax=None, capitals=None, clamp=None, flags=None, traps=None) Creates

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

is_signed(x) Returns True if x is negative; otherwise returns False.

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

class numbers.Real To Complex, Real adds the operations that work on real numbers.

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

is_canonical() Return

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

cmath.log10(x) Return the base-10 logarithm of x. This has the same branch cut as log().

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

number_class(context=None) Return a string describing the class of the operand. The returned value is one of the following

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

is_subnormal(x) Returns True if x is subnormal; otherwise returns False.

2025-01-10 15:47:30