As a user, I would like to have smarter merges when multiplying/dividing complex units #8

Open
opened 2026-09-08 17:44:35 +02:00 by frederik.engelhardt · 0 comments
  • Add support for a=x²/y when y can be converted into x to result in a=x.
    Example: a=m²/ft, ft can be converted into m, so a=m should remain.
  • Add support for a=xy when x can be resolved into v/y result in a=v.
    Example: a=W
    s, W can be converted into J/s, so a=J should remain.
- Add support for a=x²/y when y can be converted into x to result in a=x. Example: a=m²/ft, ft can be converted into m, so a=m should remain. - Add support for a=x*y when x can be resolved into v/y result in a=v. Example: a=W*s, W can be converted into J/s, so a=J should remain.
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#8
No description provided.