max(x, y) Compares two values numerically and returns the maximum.
radix() Return Decimal(10), the radix (base) in which the Decimal class does all its arithmetic. Included
scaleb(x, y) Returns the first operand after adding the second value its exp.
denominator Abstract.
math.fmod(x, y) Return fmod(x, y), as defined by the platform C library. Note that the Python expression x
cmath.acosh(x) Return the inverse hyperbolic cosine of x. There is one branch cut, extending left from 1 along the
from_float(flt) This class method constructs a Fraction representing the exact value of flt, which must
numerator Numerator of the Fraction in lowest term.
next_plus(context=None) Return the smallest number representable in the given context (or in the current thread’s context if
random.triangular(low, high, mode) Return a random floating point number N such that low <= N <= high
Page 12 of 27