Deutsch English Français Italiano |
<87a5987sh8.fsf@nosuchdomain.example.com> 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: Keith Thompson <Keith.S.Thompson+u@gmail.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 13:41:55 -0700 Organization: None to speak of Lines: 22 Message-ID: <87a5987sh8.fsf@nosuchdomain.example.com> 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> <vruu75$3umpc$2@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Tue, 25 Mar 2025 21:41:56 +0100 (CET) Injection-Info: dont-email.me; posting-host="7cb379057f60c5676f5334e6c65b06bf"; logging-data="89421"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19YEkuWHfm6HzgNeKZQs/f0" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:QFvWdacJZ7RkOSublZfsA3i9xTw= sha1:o57iIfLF+RvurewX7Ng2WvAoUmg= Bytes: 2521 Janis Papanagnou <janis_papanagnou+ng@hotmail.com> writes: > On 25.03.2025 12:11, Michael S wrote: >>> [...] >> >> Wouldn't the term 'whole numbers' be preferred in everyday English? > > If I speak about numbers I name them so; "numbers", "whole numbers", > "integer numbers", "real numbers" (not "floating point numbers"). > Sometimes, depending on context, I use the term "scalar". When I'm > speaking about "integral types" I don't restrict that term to numbers. Real numbers and floating-point numbers have different meanings, both in C and in general. In C, both integer and floating-point types are "real" (as opposed to complex or imaginary), though I consider this use of "real" to be a bit obscure. Ada has distinct floating-point and fixed-point types, which together are real types. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */