File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 9690
9690
\begin {itemdescr }
9691
9691
\pnum
9692
9692
\requires
9693
- \tcode {|m|} and \tcode {|n|} shall
9693
+ $ | \tcode {m}| $ and $ | \tcode {n}| $ shall
9694
9694
be representable as a value of \tcode {common_type_t<M, N>}.
9695
9695
\begin {note } These requirements ensure, for example,
9696
- that \tcode {gcd(m, m) = |m|} is representable as a value of type \tcode {M}. \end {note }
9696
+ that $ \tcode {gcd(m, m)} = |\tcode {m}| $ is representable as a value of type \tcode {M}. \end {note }
9697
9697
9698
9698
\pnum
9699
9699
\remarks
9703
9703
\pnum
9704
9704
\returns
9705
9705
Zero when \tcode {m} and \tcode {n} are both zero.
9706
- Otherwise, returns the greatest common divisor of \tcode {|m|} and \tcode {|n|} .
9706
+ Otherwise, returns the greatest common divisor of $ | \tcode {m}| $ and $ | \tcode {n}| $ .
9707
9707
9708
9708
\pnum
9709
9709
\throws
9721
9721
\begin {itemdescr }
9722
9722
\pnum
9723
9723
\requires
9724
- \tcode {|m|} and \tcode {|n|} shall
9724
+ $ | \tcode {m}| $ and $ | \tcode {n}| $ shall
9725
9725
be representable as a value of \tcode {common_type_t<M, N>}.
9726
- The least common multiple of \tcode {|m|} and \tcode {|n|}
9726
+ The least common multiple of $ | \tcode {m}| $ and $ | \tcode {n}| $
9727
9727
shall be representable as a value of type \tcode {common_type_t<M,N>}.
9728
9728
9729
9729
\pnum
9734
9734
\pnum
9735
9735
\returns
9736
9736
Zero when either \tcode {m} or \tcode {n} is zero.
9737
- Otherwise, returns the least common multiple of \tcode {|m|} and \tcode {|n|} .
9737
+ Otherwise, returns the least common multiple of $ | \tcode {m}| $ and $ | \tcode {n}| $ .
9738
9738
9739
9739
\pnum
9740
9740
\throws
You can’t perform that action at this time.
0 commit comments