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

Add logarithmic units #310

Closed
wants to merge 2 commits into from
Closed

Add logarithmic units #310

wants to merge 2 commits into from

Conversation

iliekturtles
Copy link
Owner

@iliekturtles iliekturtles commented Jun 26, 2022

Changes on top of @Atmelfan's original work in #229.

@iliekturtles iliekturtles changed the title Atmelfan master Add logarithmic units Jun 26, 2022
Logarithmic units require `pow`/`root` functions which are not available
in no-std/no-libm builds. Excluding logarthmic units has proven
difficult (in-place filter foiled by macros unable to be used inside an
enum definition). Using a tt-muncher could possibly solve the issue, but
would likely hit the recursion limit very quickly and likely the
quadratic performance characteristics would make `uom`'s slow
compilation even slower.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants