From 3050c088e69f3ad8e59af2338c978980d43b306e Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 4 Sep 2005 18:30:44 +0000 Subject: [PATCH] Clarify what is meant with "whole numbers". --- Doc/ref/ref3.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/ref/ref3.tex b/Doc/ref/ref3.tex index d78e546bf59f..2fc5c6a92ef8 100644 --- a/Doc/ref/ref3.tex +++ b/Doc/ref/ref3.tex @@ -165,7 +165,8 @@ complex numbers: \begin{description} \item[Integers] -These represent elements from the mathematical set of whole numbers. +These represent elements from the mathematical set of whole numbers +(positive and negative ones). \obindex{integer} There are three types of integers: -- 2.47.3