Skip to content

Commit

Permalink
Add that purity does not influence this.
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Oct 28, 2021
1 parent 57db034 commit 287c35b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chapters/operatorsandexpressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,7 @@ \subsection{Function Variability}\label{function-variability}
The variability of function calls needs to consider both the variability of arguments directly given in the function and the variability of the used default arguments, if any.
This is especially a concern for functions given as a short class, see \cref{inheritance-of-functions}.
This has additional implications for redeclarations, see \cref{function-compatibility}.
The purity of the function, see \cref{pure-modelica-functions}, does not influence the variability of the function call.

\subsection{Constant Expressions}\label{constant-expressions}

Expand Down

0 comments on commit 287c35b

Please sign in to comment.