11.001001000011111101101010100010001000 Arithmazium
Home

This is an automatically generated file.

Part 1

Part 2

if (flags["mult_guard_digit"] and flags["div_guard_digit"]
        and flags["add_sub_guard_digit"]
        and flags["mult_rounding"] == "rounded"
        and flags["div_rounding"] == "rounded"
        and flags["add_sub_rounding"] == "rounded"
        and floor(B_OVER_TWO) == B_OVER_TWO):
    print("Checking for sticky bit.")
    set_sticky &= has_sticky_bit()
flags["uses_sticky_bit"] = set_sticky

Part 3

Home