Skip to content

Commit

Permalink
Language
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jun 14, 2022
1 parent 8fe97aa commit 3a94659
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 @@ -434,7 +434,7 @@ \subsection{Numeric Functions and Conversion Functions}\label{numeric-functions-
Argument $v$ needs to be an \lstinline!Integer! or \lstinline!Real! expression.
\end{semantics}
\begin{nonnormative}
The reason this does not generate events is that in many cases that would introduced more problems than the event solves.
The reason this does not generate events is that in many cases that would introduce more problems than the event would solve.
A typical case is a flow equation of the form \lstinline!abs(x)*x=y!.
If we have to solve for \lstinline!x! and had events for \lstinline!abs(x)! we would not find a solution if \lstinline!y! passes through zero.

Expand Down

0 comments on commit 3a94659

Please sign in to comment.