diff --git a/source/numerics.tex b/source/numerics.tex index fd16c521e8..7ed98a1163 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -19868,7 +19868,7 @@ A \tcode{basic_vec} object where the $i^\text{th}$ element is initialized to the result of \tcode{\placeholder{bit-func}(v0[$i$], static_cast(v1[$i$]))} for all $i$ in the range \range{0}{V0::size()}, -where \placeholder{bit-func} is the corresponding scalar function from \libheader{bit}. +where \tcode{\placeholder{bit-func}} is the corresponding scalar function from \libheader{bit}. \end{itemdescr} \indexlibrarymember{rotl}{simd} @@ -19887,7 +19887,7 @@ \returns A \tcode{basic_vec} object where the $i^\text{th}$ element is initialized to the result of \tcode{\placeholder{bit-func}(v[$i$], s)} for all $i$ in the -range \range{0}{V::size()}, where \placeholder{bit-func} is the corresponding +range \range{0}{V::size()}, where \tcode{\placeholder{bit-func}} is the corresponding scalar function from \libheader{bit}. \end{itemdescr} @@ -19921,7 +19921,7 @@ \returns A \tcode{basic_vec} object where the $i^\text{th}$ element is initialized to the result of \tcode{\placeholder{bit-func}(v[$i$])} for all $i$ in the range -\range{0}{V::size()}, where \placeholder{bit-func} is the corresponding scalar +\range{0}{V::size()}, where \tcode{\placeholder{bit-func}} is the corresponding scalar function from \libheader{bit}. \end{itemdescr}