Skip to content

Commit

Permalink
Don't call "over-optimize" when tools are clever
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Mar 1, 2021
1 parent 41ecf17 commit ca853dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ \subsection{Using the Derivative Annotation}\label{using-the-derivative-annotati
\begin{nonnormative}
A straightforward way of explaining a valid derivative is given by this model.
The function value, \lstinline!x1!, should up to numerical precision match the integral of the derivative, \lstinline!x2!.
Note that in practice tools may over-optimize this.
Note that tools are not required to use the provided derivative, and might solve the equations completely without numeric integration.
\begin{lstlisting}[language=modelica]
function f
input Real x;
Expand Down

0 comments on commit ca853dd

Please sign in to comment.