unageek / inari

A Rust implementation of interval arithmetic (IEEE 1788)
MIT License
31 stars 2 forks source link

Document that `inf` return -0. whenever the lower bound is ±0 #74

Closed Chris00 closed 2 years ago

Chris00 commented 2 years ago

From the discussion https://github.com/unageek/inari/issues/73

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1872362285


Totals Coverage Status
Change from base Build 1828014247: 0.0%
Covered Lines: 2028
Relevant Lines: 2066

💛 - Coveralls
unageek commented 2 years ago

LGTM! Thank you!