-
-
Notifications
You must be signed in to change notification settings - Fork 119
feat!: add number concepts #492
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
base: master
Are you sure you want to change the base?
Changes from 13 commits
bab7acf
2b64931
3661010
8e5d84d
fa7c0b3
c5ac0e0
008175d
a30d972
b6027be
4a52e64
5117eeb
582cbba
e44a677
2cb7b2d
3ce672d
48b931f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -87,7 +87,7 @@ | |
|
|
||
| \indexdefn{modulo}% | ||
| \definition{modulo}{def.mod} | ||
| operation performed on a set for which a division\irefiev{102-01-21} and an addition are defined, | ||
| operation performed on a set for which a division\irefiev{102-01-21} and an addition\irefiev{102-01-11} are defined, | ||
| the result of which, for elements $a$ and $b$ of the set, | ||
| is the unique element $r$, if it exists in the set, | ||
| such that $a = \lfloor a/b \rfloor b + r$ | ||
|
Comment on lines
+88
to
+93
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is not consistent with how modulo operation on quantities works.
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't we use https://eel.is/c++draft/expr.mul#4 instead of redefining the operation?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I think you're referring to the cases for which the modulo of
I did consider that.
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you. It does seem surprising because |
||
|
|
@@ -147,8 +147,8 @@ | |
|
|
||
| \begin{multicolfloattable}{mp-units library headers}{headers.mp.units} | ||
| {l} | ||
| \tcode{<mp_units/numbers.h>} \\ | ||
| \tcode{<mp_units/quantity.h>} \\ | ||
| \tcode{<mp-units/numbers.h>} \\ | ||
| \tcode{<mp-units/quantity.h>} \\ | ||
| \end{multicolfloattable} | ||
|
|
||
| \rSec1[spec.reqs]{Library-wide requirements} | ||
|
|
||
JohelEGP marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
This file was deleted.






Uh oh!
There was an error while loading. Please reload this page.