Skip to content

Commit

Permalink
Remove stray repetition of part of sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Mar 18, 2021
1 parent 944299c commit 2dc313d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1567,7 +1567,6 @@ \section{Declaring Inverses of Functions}\label{declaring-inverses-of-functions}

The function in the \lstinline!inverse! annotation must be an actual inverse.
This requires that $f_2$ is such that, if $u_k$ is calculated as \lstinline!$u_k$ := $f_2$($\ldots$, y, $\ldots$)!, the equality \lstinline!y = $f_1$($\ldots$, $u_k$, $\ldots$)! is satisfied up to a certain precision, for all valid values of the input arguments of \lstinline!$f_2$($\ldots$, y, $\ldots$)!.
the equality \lstinline!y = $f_1$($\ldots$, $u_k$, $\ldots$)! is satisfied up to a certain precision.

Function $f_1$ can have any number and types of formal parameters with and without default value.
The restriction is that the \emph{number of unknown variables} (see \cref{balanced-models}) in the output formal parameter of both $f_1$ and $f_2$ must be the same and that $f_2$ should have a union of output and formal parameters that is the same or a sub-set of that union for $f_1$, but the order of the formal parameters may be permuted.
Expand Down

0 comments on commit 2dc313d

Please sign in to comment.