Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit deda9f3

Browse files
committed
Use a named reference to another chapter instead of hard coding the
chapter number. This also makes the reference a hyperlink in the HTML version.
1 parent 5eb4b87 commit deda9f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/ref/ref5.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ \section{Arithmetic conversions\label{conversions}}
2323
When a description of an arithmetic operator below uses the phrase
2424
``the numeric arguments are converted to a common type,'' the
2525
arguments are coerced using the coercion rules listed at the end of
26-
chapter 3. If both arguments are standard numeric types, the
27-
following coercions are applied:
26+
chapter \ref{datamodel}. If both arguments are standard numeric
27+
types, the following coercions are applied:
2828

2929
\begin{itemize}
3030
\item If either argument is a complex number, the other is converted

0 commit comments

Comments
 (0)