Skip to content

Commit

Permalink
Apply suggested change to 'inverse' annotation grammar
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
henrikt-ma and HansOlsson committed May 21, 2021
1 parent 1d447e2 commit 9ac2f45
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 @@ -1251,7 +1251,7 @@ \section{Derivatives and Inverses of Functions}\label{derivatives-and-inverses-o
"inverse" "(" function-inverse { "," function-inverse } ")"

function-inverse :
IDENT "=" name "(" IDENT { "," IDENT } ")"
IDENT "=" type-specifier function-call-args"
\end{lstlisting}\end{synopsis}
\begin{semantics}
A function with one output formal parameter may have one or more \fmtannotationindex{inverse} annotations to define inverses of this function.
Expand Down

0 comments on commit 9ac2f45

Please sign in to comment.