Skip to content

Commit

Permalink
P2642: Introduce least_multiple_at_least(x,y)
Browse files Browse the repository at this point in the history
This is a math-font wording macro.
It replaces the repeated phrase
"the least multiple of x greater than or equal to y."
This change addresses two issues.

1. LWG requested that we replace the repeated phrase
   with a "specification macro."  We use math font
   rather than the usual all-capital-letters
   because the "macro" operates on mathematical quantities,
   not code.  (Contrast with GENERALIZED_SUM or DECAY.)

2. It attempts (at least partly) to address Issue
   ORNL#442
   by defining the meaning of this phrase when x is zero.
  • Loading branch information
mhoemmen committed Feb 5, 2024
1 parent 1254ce8 commit c010f81
Show file tree
Hide file tree
Showing 2 changed files with 105 additions and 105 deletions.
Loading

0 comments on commit c010f81

Please sign in to comment.