Skip to content

Commit

Permalink
Change 'non-record elements' to recursive formulation
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed May 10, 2021
1 parent 6073b8c commit 3a4b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,7 @@ \subsection{Discrete-Time Expressions}\label{discrete-time-expressions}
\end{nonnormative}

For a scalar or array equation \lstinline!expr1 = expr2! where neither expression is of base type \lstinline!Real!, both expressions must be discrete-time expressions.
For a record equation, the same rule applies to the non-record elements of the equation.
For a record equation, the rule applies recursively to each of the components of the record.
This is called the \firstuse{discrete-valued equation variability rule}\index{discrete-valued equation variability rule}.

\begin{nonnormative}
Expand Down

0 comments on commit 3a4b02c

Please sign in to comment.