Skip to content

Commit

Permalink
[qty.mag.types] Specify _common-magnitude_
Browse files Browse the repository at this point in the history
  • Loading branch information
JohelEGP committed Nov 12, 2024
1 parent 8c29b93 commit 45691c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/api_reference/src/quantities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2023,13 +2023,15 @@
\begin{itemdecl}
template<auto... Ms2>
friend consteval auto @\exposidnc{common-magnitude}@(magnitude, magnitude<Ms2...>);
friend consteval @\libconcept{Magnitude}@ auto @\exposidnc{common-magnitude}@(magnitude, magnitude<Ms2...>);
\end{itemdecl}
\begin{itemdescr}
\pnum
\returns
TBD.
The largest magnitude \tcode{C}
such that each input magnitude is expressible
by only positive powers relative to \tcode{C}.
\end{itemdescr}
\begin{codeblock}
Expand Down

0 comments on commit 45691c6

Please sign in to comment.