Sujet : Re: Integral types and own type definitions (was Re: Suggested method for returning a string from a C program?)
De : jameskuyper (at) *nospam* alumni.caltech.edu (James Kuyper)
Groupes : comp.lang.cDate : 26. Mar 2025, 00:52:23
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vrvfjn$dob8$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
User-Agent : Mozilla Thunderbird
On 3/25/25 16:41, Keith Thompson wrote:
...
Real numbers and floating-point numbers have different meanings, both in
C and in general.
One of the key differences is that all floating point numbers are
rational (except for the special values that mean various kinds of
infinity, and NaNs). Real numbers include the rational numbers and the
irrational ones. Just to confuse the point, some languages use "REAL" to
declare floating point variables.