This is an automatically generated file.
Part 1
Part 2
milestone = 190 # ==============================
pause()
print("Checking balance of over/underflow thresholds.")
check_range_balance()
milestone = 200 # ==============================
print("Checking x/x for various x, some extreme.")
test_unit_ratios([ONE_MINUS_ULP,
ONE + ULP_OF_ONE_PLUS,
overflow_threshold,
underflow_threshold,
B])
milestone = 210 # ==============================
test_div_by_zero()
Part 3