Microsoft/calculator
View on GitHubUpdate calc engine to remove existence of negative 0
Open
#67 opened on Feb 27, 2019
Pri: 2approvedcodebase qualityhelp wanted
Repository metrics
- Stars
- (16,196 stars)
- PR merge metrics
- (Avg merge 15h 43m) (7 merged PRs in 30d)
Description
The current calc engine has many cases that result in a calculation of negative 0. While there are a couple spots where this is checked and resolved (2, to be exact), this should be improved to prevent cases like "not(1-1) = -1".