copy_negate(x) Returns a copy of x with the sign inverted.
copy_decimal(num) Return a copy of the Decimal instance num.
copy_abs(x) Returns a copy of x with the sign set to 0.
copy() Return a duplicate of the context.
compare_total_mag(x, y) Compares two operands using their abstract representation, ignoring sign.
compare_total(x, y) Compares two operands using their abstract representation.
compare_signal(x, y) Compares the values of the two operands numerically.
compare(x, y) Compares x and y numerically.
clear_traps() Resets all of the traps to 0. New in version 3.3.
clear_flags() Resets all of the flags to 0.
Page 525 of 663