Skip to content

Commit

Permalink
Break too long line in listing
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Mar 3, 2021
1 parent f8c99db commit 30d9d43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,8 @@ \subsection{Using the Derivative Annotation}\label{using-the-derivative-annotati
output Real z_der;
algorithm
$\ldots$
annotation(derivative(zeroDerivative=y, zeroDerivative=offset, order=2) = fDer2);
annotation(
derivative(zeroDerivative=y, zeroDerivative=offset, order=2) = fDer2);
end fDer;

function fDer2 "Second derivative of simple table lookup"
Expand Down

0 comments on commit 30d9d43

Please sign in to comment.