Skip to content

Commit

Permalink
[mdspan.submdspan.extents] Format equations as math (#6530)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eelis committed Sep 8, 2023
1 parent 26b1414 commit 16c8ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21757,8 +21757,8 @@
\item
if $S_k$ is a specialization of \tcode{strided_slice}
\begin{itemize}
\item $\tcode{$s_k$.extent = 0}$, or
\item $\tcode{$s_k$.stride > 0}$
\item $\tcode{$s_k$.extent} = 0$, or
\item $\tcode{$s_k$.stride} > 0$
\end{itemize}
\item
$0 \le \tcode{\exposid{first_}<IndexType, $k$>(slices...)}$
Expand Down

0 comments on commit 16c8ce5

Please sign in to comment.