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

LCM of 2 up to N integer numbers #20

Merged
merged 40 commits into from
May 4, 2023
Merged
Changes from 15 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e55bfe1
physics-library - Added a template parameter to the base dimension ba…
Mar 27, 2023
b489476
physics-lib - Now dimensions handles in a nicer way the relation with…
TheRustifyer Mar 29, 2023
daf31d1
physics-lib - WIP - Trying to really understand how to use certain tr…
TheRustifyer Mar 29, 2023
b08e3fc
physics-lib - derived_units type is now able to offer a member with t…
TheRustifyer Mar 30, 2023
3e07ead
physics-lib - Refining the derived dimension concept
TheRustifyer Mar 30, 2023
f310529
physics-lib - Now we can calculate the dimensionality (dimension expo…
TheRustifyer Mar 31, 2023
c38cdb3
physics-lib - First success of implementing an arithmetic operation (…
TheRustifyer Mar 31, 2023
00275ed
physics-library - Renaming ratio prefixes
Mar 31, 2023
f4ad4f7
physics-library - Concept SameDimensionality to constrain derived mag…
TheRustifyer Mar 31, 2023
e289b81
physics-library - Getting rid out of the idea of tagging a concrete d…
TheRustifyer Apr 1, 2023
c8cd307
str-manip - Upgrading the split_str algorithm
TheRustifyer Apr 1, 2023
fc2a8c9
physics-library - Cleaning the implementation of the derived magnitud…
Apr 1, 2023
70d0b7d
physics-library - Unit tests for the derived magnitudes
Apr 1, 2023
2695684
Merge branch 'zerodaycode:main' into physics-library
TheRustifyer Apr 1, 2023
87c8345
Merge branch 'physics-library'
Apr 1, 2023
d91c68c
Upgrading the README.md file to share our new ideas and vision and to…
Apr 1, 2023
a1a8d62
Jason Turner recommendations- Enabling warnings as errors, and all po…
TheRustifyer Apr 2, 2023
a9a3f7e
quantities-library - The quantities deserves it's own place as a sub-…
TheRustifyer Apr 2, 2023
a2a2ec8
Documentation - Added documentation and links for every library/subli…
TheRustifyer Apr 2, 2023
73f6112
physics-lib - Implementing a simple member function that acts as a co…
TheRustifyer Apr 3, 2023
0237119
physics-lib - Quantities now are printed with their units when the os…
TheRustifyer Apr 3, 2023
a527c90
physics-lib - Preparing the PR to upstream. Project CLang's configura…
TheRustifyer Apr 4, 2023
f118cc5
physics-lib - Including all the base dimensions, some units related w…
TheRustifyer Apr 4, 2023
399ad1e
physics-lib - Reworking a little bit our definition for the ratio type
TheRustifyer Apr 4, 2023
ed499e5
physics-lib - Strange WIP about days to hours
TheRustifyer Apr 4, 2023
4050401
physics-lib - Added days as a quantity available as a dimension of time
TheRustifyer Apr 5, 2023
c3308ee
Merge branch 'zerodaycode:main' into main
TheRustifyer Apr 5, 2023
7494e41
github-actions - Adding the tests for the project
TheRustifyer Apr 5, 2023
fe7d58e
Merge branch 'zerodaycode:main' into main
TheRustifyer Apr 5, 2023
20fe5ee
Solving errors about boolean atomic constraints in concepts, detected…
TheRustifyer Apr 26, 2023
ac7b94c
Merge branch 'main' of https://github.com/zerodaycode/Zero
TheRustifyer Apr 26, 2023
afc9485
Merge branch 'main' of https://github.com/zerodaycode/Zero
May 1, 2023
05d5ab5
Merge branch 'main' of https://github.com/zerodaycode/Zero
TheRustifyer May 4, 2023
4d6c078
Merge branch 'main' of https://github.com/Pyzyryab/Zero
TheRustifyer May 4, 2023
7fd6e64
Reordering the main file with the live examples. Quantities examples …
TheRustifyer May 4, 2023
73ee5c1
Creating a variadic template that is able to provide the GCD of N num…
TheRustifyer May 4, 2023
eadbe6b
Merge branch 'main' of https://github.com/zerodaycode/Zero
TheRustifyer May 4, 2023
654559b
Removed the consteval version of GCD, since constexpr will take care …
TheRustifyer May 4, 2023
a8f0dfb
Reorganizing the algebraic ops into their own inner namespace, and br…
TheRustifyer May 4, 2023
b12d4f8
Added new functions, this time to calculate the LCM of 2, up to N int…
TheRustifyer May 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.