diff --git a/chapters/operatorsandexpressions.tex b/chapters/operatorsandexpressions.tex index c24e86b33..84787e2be 100644 --- a/chapters/operatorsandexpressions.tex +++ b/chapters/operatorsandexpressions.tex @@ -1526,6 +1526,8 @@ \subsection{Discrete-Time Expressions}\label{discrete-time-expressions} Expressions where all the subexpressions are discrete-time expressions. \item Expressions in the body of a \lstinline!when!-clause, \lstinline!initial equation!, or \lstinline!initial algorithm!. +\item + Expressions in a clocked discrete-time partition, see \cref{clocked-discrete-time-and-clocked-discretized-continuous-time-partition}. \item Unless inside \lstinline!noEvent!: Ordered relations (\lstinline!>!, \lstinline!=!, \lstinline!<=!) and the event generating functions \lstinline!ceil!, \lstinline!floor!, \lstinline!div!, and \lstinline!integer!, if at least one argument is non-discrete time expression and subtype of \lstinline!Real!. \begin{nonnormative}