Skip to content

Commit

Permalink
Minor math cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Sep 23, 2020
1 parent eadff24 commit a135179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/functions.tex
Expand Up @@ -1832,8 +1832,8 @@ \subsubsection{Simple Types}\label{simple-types}

Enumeration types used as arguments are mapped to type int when calling
an external C function, and to type \lstinline!INTEGER! when calling an external
FORTRAN function. The i:th enumeration literal is mapped to integer
value i, starting at one.
FORTRAN function. The $i$:th enumeration literal is mapped to integer
value $i$, starting at 1.

Return values are mapped to enumeration types analogously: integer value
1 is mapped to the first enumeration literal, 2 to the second, etc.
Expand Down

0 comments on commit a135179

Please sign in to comment.