added \label{sec:RealEmbeddable}

This commit is contained in:
Luis Peñaranda 2009-12-08 12:53:18 +00:00
parent ecf0e43d8b
commit d9cdfe04b9
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
\section{Real Embeddable} \section{Real Embeddable}
\label{sec:RealEmbeddable}
Most number types represent some subset of the real numbers. From those types Most number types represent some subset of the real numbers. From those types
we expect functionality to compute the sign, absolute value or double we expect functionality to compute the sign, absolute value or double
@ -43,4 +44,4 @@ that correlates to the one of the real numbers, a sign, an absolute value and
However, most number types are representing some subset of the real numbers and from that However, most number types are representing some subset of the real numbers and from that
we can expect an order on these types that correlates to the one of the real numbers. we can expect an order on these types that correlates to the one of the real numbers.
} }