11.001001000011111101101010100010001000 Arithmazium
Home

This is an automatically generated file.

Part 1

Part 2

if flags["uses_sticky_bit"]:
    print("Sticky bit apparently used correctly.")
else:
    print("Sticky bit used incorrectly or not at all.")
test_cond(err_flaw, (flags["mult_guard_digit"]
                     and flags["div_guard_digit"]
                     and flags["add_sub_guard_digit"]
                     and flags["mult_rounding"] != "other"
                     and flags["div_rounding"] != "other"
                     and flags["add_sub_rounding"] != "other"),
          "lack(s) of guard digits or failure(s) to correctly round or chop\n"
          + "(noted above) count as one flaw in the final tally below")

Part 3

Home