Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit unification #27

Merged
merged 9 commits into from
Sep 23, 2023
Merged

Unit unification #27

merged 9 commits into from
Sep 23, 2023

Conversation

atmoos
Copy link
Owner

@atmoos atmoos commented Sep 23, 2023

Enable units to be defined in terms of other units. This makes for much more readable definitions. Also, it makes it easier to implement other units. (See for example the metric times, Minute, Hour, Day & Week).

  • Unit unification.
  • Better accuracy by simplifying polynomials when they are created from Transformations.
  • Adapt almost all metric, imperial and non standard unit definitions.
  • Also use this pattern for BinaryPrefixes.

This was linked to issues Sep 23, 2023
@atmoos atmoos added the enhancement New feature or request label Sep 23, 2023
@atmoos atmoos marked this pull request as ready for review September 23, 2023 05:06
@atmoos atmoos merged commit a793cc6 into main Sep 23, 2023
2 checks passed
@atmoos atmoos deleted the unitUnification branch September 23, 2023 05:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve overall precision Make quantities independent of units
1 participant