Deutsch English Français Italiano |
<vruuok$3vba1$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail From: Janis Papanagnou <janis_papanagnou+ng@hotmail.com> Newsgroups: comp.lang.c Subject: Re: Integral types and own type definitions (was Re: Suggested method for returning a string from a C program?) Date: Tue, 25 Mar 2025 20:04:51 +0100 Organization: A noiseless patient Spider Lines: 30 Message-ID: <vruuok$3vba1$1@dont-email.me> References: <vrd77d$3nvtf$2@dont-email.me> <868qp1ra5f.fsf@linuxsc.com> <vrdhok$47cb$2@dont-email.me> <20250319115550.0000676f@yahoo.com> <vreuj1$1asii$4@dont-email.me> <vreve4$19klp$2@dont-email.me> <20250319201903.00005452@yahoo.com> <86r02roqdq.fsf@linuxsc.com> <vrh1br$35029$2@dont-email.me> <LRUCP.2$541.0@fx47.iad> <vrh71t$3be42$1@dont-email.me> <KFVCP.594649$SZca.498578@fx13.iad> <vrhb77$3frk8$1@dont-email.me> <vrru8f$174q6$1@dont-email.me> <86o6xpk8sn.fsf@linuxsc.com> <vrtmu4$2s1q2$1@dont-email.me> <20250325011327.41@kylheku.com> <20250325131110.000056bd@yahoo.com> <86bjtpjp22.fsf@linuxsc.com> <vruid4$3iuvq$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Tue, 25 Mar 2025 20:04:53 +0100 (CET) Injection-Info: dont-email.me; posting-host="3f0884ca912002be49fa93c6b780a4fc"; logging-data="4173121"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18i5MW6QSzBYlN7Y9uJrJFh" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 Cancel-Lock: sha1:V5iJE3zvOplpK0o/FzLd8gjc7tQ= X-Enigmail-Draft-Status: N1110 In-Reply-To: <vruid4$3iuvq$1@dont-email.me> Bytes: 2756 On 25.03.2025 16:33, David Brown wrote: > On 25/03/2025 13:02, Tim Rentsch wrote: >> Michael S <already5chosen@yahoo.com> writes: >>> >>> Wouldn't the term 'whole numbers' be preferred in everyday English? >> >> "Whole numbers" are all non-negative. >> >> "Integers" include values less than zero. > > "Everyday English" does not cover negative numbers at all - in "everyday > English", "integer" and "whole number" are basically synonymous and mean > 1, 2, 3, etc. > > But in standard mathematical usage, "whole numbers" are non-negative, > while "integers" include negative numbers. (There is no solid agreement > about whether 0 is a "whole number" or not.) [...] This all is interesting. - As a non-native English speaker that's not obvious. - Where I live we have learned ℕ (called "natural numbers"): 1, 2, ... ℕ with an index 0 (positive/non-negative whole numbers): 0, 1, 2, ... ℤ (integer numbers, called "whole numbers"): ..., -1, 0, 1, 2, ... Janis