Closed gtnoble closed 1 year ago
Refactored f_mult for simplicity Added positive and negative infinity constants
f_mult
Corrected overflow and underflow checks: Overflow means too large in magnitude to represent. Underflow means too small in magnitude to represent.
Made parse-number underflows and overflows continuable Modified tests to account for new behavior
Thank you.
Refactored
f_mult
for simplicity Added positive and negative infinity constantsCorrected overflow and underflow checks: Overflow means too large in magnitude to represent. Underflow means too small in magnitude to represent.
Made parse-number underflows and overflows continuable Modified tests to account for new behavior