Skip to content

Commit

Permalink
Update chapters/classes.tex
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
HansOlsson and henrikt-ma committed Sep 9, 2022
1 parent 1d3fe94 commit 45cdc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/classes.tex
Expand Up @@ -1397,7 +1397,7 @@ \section{Predefined Types and Classes}\label{predefined-types-and-classes}
The definitions use \lstinline!RealType!\indexinline{RealType}, \lstinline!IntegerType!\indexinline{IntegerType}, \lstinline!BooleanType!\indexinline{BooleanType}, \lstinline!StringType!\indexinline{StringType}, \lstinline!EnumType!\indexinline{EnumType} as mnemonics corresponding to machine representations.
These are called the \firstuse[primitive type]{primitive types}.

\begin{definition}[Fall-back value]\label{def:fall-back-value}\index{fall-back value}
\begin{definition}[Fallback value]\label{def:fallback-value}\index{fallback value}
When the start-value is needed and the \lstinline!start!-attribute is not provided, the fall-back value is used instead.
The fall-back value can be be used as guess-value in system of equations and when initializing variables in algorithm sections.
The fall-back value for variables of the different predefined types are defined below.
Expand Down

0 comments on commit 45cdc47

Please sign in to comment.