radix() Just returns 10, as this is Decimal, :)
is_subnormal(x) Returns True if x is subnormal; otherwise returns False.
Etiny() Returns a value equal to Emin - prec + 1 which is the minimum exponent value for subnormal results. When
cmath.tan(x) Return the tangent of x.
random.weibullvariate(alpha, beta) Weibull distribution. alpha is the scale parameter and beta is the shape
class decimal.DecimalException Base class for other signals and a subclass of
class decimal.Rounded Rounding occurred though possibly no information was lost. Signaled whenever
logical_or(x, y) Applies the logical operation or between each operand’s digits.
cmath.acos(x) Return the arc cosine of x. There are two branch cuts: One extends right from 1 along the real axis to
abstractmethod conjugate() Abstract. Returns the complex conjugate. For example, (1+3j).conjugate() == (1-3j).
Page 23 of 27