timlg07 / Number.cmd

A new data type for Batch, that can represent large & floating-point numbers and enables calculation with those.
MIT License
2 stars 1 forks source link

Failing edge case: subtraction by 0 from an E0 value. #21

Closed timlg07 closed 4 years ago

timlg07 commented 4 years ago

Test case:

[!] test failed: 1 - 0 ; expected: +1E0 but was: +1E+

Description: