From 382a7eeba55c8c5e43caef601fdf232d6d369569 Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Fri, 9 Sep 2022 10:13:17 +0200 Subject: [PATCH] Update chapters/classes.tex Co-authored-by: Henrik Tidefelt --- chapters/classes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/classes.tex b/chapters/classes.tex index 5cb6011f1..f1d434dab 100644 --- a/chapters/classes.tex +++ b/chapters/classes.tex @@ -1437,7 +1437,7 @@ \subsection{Real Type}\label{real-type} The \lstinline!nominal! attribute is meant to be used for scaling purposes and to define tolerances in relative terms, see \cref{attributes-start-fixed-nominal-and-unbounded}. -The fall-back value is the closest value to \lstinline!0.0! consistent with the bounds. +The fallback value is the closest value to \lstinline!0.0! consistent with the \lstinlin!min! and \lstinline!max! bounds. \begin{nonnormative} For external functions in C89, \lstinline!RealType! maps to \lstinline[language=C]!double!. In the mapping proposed in Annex~F of the C99 standard,