logical_xor(x, y) Applies the logical operation xor between each operand’s digits.
copy_sign(x, y) Copies the sign from y to x.
conjugate() Just returns self, this method is only to comply with the Decimal Specification.
logical_and(other, context=None) logical_and() is a logical operation which takes two logical operands
statistics.mean(data) Return the sample arithmetic mean of data, a sequence or iterator of real-valued numbers.
math.log1p(x) Return the natural logarithm of 1+x (base e). The result is calculated in a way which is accurate
denominator Denominator of the Fraction in lowest term.
max(other, context=None) Like max(self, other) except that the context rounding rule is applied before returning
math.cos(x) Return the cosine of x radians.
math.trunc(x) Return the
Page 3 of 27