As a user, I would like to have a more resaonable behavior of calculations with empty UOMs #17

Closed
opened 2026-09-09 15:53:03 +02:00 by frederik.engelhardt · 0 comments
  • 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
Sign in to join this conversation.
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
equadrat-oss/Framework.Math#17
No description provided.