-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Change unit data operators so they match what they doing instead of assuming they are power based. +-> * and - to / + and - are only appropriate if the assumption of powers holds true, but it doesn't abstract it very much. * and / are just clearer in my opinion. * move root operation to a free function for all but unit_data. So the HEADER_ONLY classes are the same as the non-header only classes and the there will be no class conflicts in object files. * change pow on measurements to be a free function * fix formatting in units.cpp * update README.md to match changes to measurement and unit free functions
- Loading branch information
Showing
8 changed files
with
182 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.