As a user, I would like to have a more resaonable behavior of calculations with empty UOMs #17
Owner
- Empty + Empty = Empty
- Something + Empty = Something
- Empty + Something = Something
- Empty - Empty = Empty
- Something - Empty = Something
- Empty - Something = 0 - Something
- Empty * Empty = Empty
- Something * Empty = Empty
- Empty * Something = Empty
- Empty / Empty = Div!0
- Something / Empty = Div!0
- Empty / Something = Empty
- [x] Empty + Empty = Empty
- [x] Something + Empty = Something
- [x] Empty + Something = Something
- [x] Empty - Empty = Empty
- [x] Something - Empty = Something
- [x] Empty - Something = 0 - Something
- [x] Empty * Empty = Empty
- [x] Something * Empty = Empty
- [x] Empty * Something = Empty
- [x] Empty / Empty = Div!0
- [x] Something / Empty = Div!0
- [x] Empty / Something = Empty
enhancement
label
17 - Adjust behaviors of UOM operators when one or both members are empty #19
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
equadrat-oss/Framework.Math#17
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?