Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c > #386899
| From | Tim Rentsch <tr.17687@z991.linuxsc.com> |
|---|---|
| Newsgroups | comp.lang.c |
| Subject | Re: More complex numbers than reals? |
| Date | 2024-07-08 18:56 -0700 |
| Organization | A noiseless patient Spider |
| Message-ID | <861q43ba5p.fsf@linuxsc.com> (permalink) |
| References | <v6hohq$11nib$1@dont-email.me> <87msmrsd6f.fsf@bsb.me.uk> <v6i0e0$12qcg$1@dont-email.me> |
James Kuyper <jameskuyper@alumni.caltech.edu> writes: > On 7/8/24 18:59, Ben Bacarisse wrote: > >> "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> writes: >> >>> Are there "more" complex numbers than reals? >> >> If you ask this in an appropriate group (sci.math?) I'll answer. Can >> you really think this is topical in comp.lang.c? > > I haven't seen more of Chris's message than what you've quoted. In the > context of C, it's a easy (even trivial) question to answer. > > "Each complex type has the same representation and alignment > requirements as an array type containing exactly two elements of the > corresponding real type; the first element is equal to the real part, > and the second element to the imaginary part, of the complex number." > (6.2.5p17). > > Therefore, the number of different complex numbers that can be > represented is therefore the square of the number of different numbers > that can be represented in the corresponding real type. The answer is still no, because the question is about complex numbers and real numbers, not representable values.
Back to comp.lang.c | Previous | Next — Previous in thread | Next in thread | Find similar
More complex numbers than reals? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2024-07-08 15:17 -0700
Re: More complex numbers than reals? Ben Bacarisse <ben@bsb.me.uk> - 2024-07-08 23:59 +0100
Re: More complex numbers than reals? James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-07-08 19:32 -0400
Re: More complex numbers than reals? Tim Rentsch <tr.17687@z991.linuxsc.com> - 2024-07-08 18:56 -0700
Re: More complex numbers than reals? Kaz Kylheku <643-408-1753@kylheku.com> - 2024-07-09 02:19 +0000
Re: More complex numbers than reals? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2024-07-08 23:37 -0700
Re: More complex numbers than reals? Ben Bacarisse <ben@bsb.me.uk> - 2024-07-09 10:04 +0100
Re: More complex numbers than reals? Richard Harnden <richard.nospam@gmail.invalid> - 2024-07-09 11:27 +0100
Re: More complex numbers than reals? Ben Bacarisse <ben@bsb.me.uk> - 2024-07-09 13:20 +0100
Re: More complex numbers than reals? James Kuyper <jameskuyper@alumni.caltech.edu> - 2024-07-09 11:49 -0400
Re: More complex numbers than reals? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2024-07-08 22:11 -0700
Re: More complex numbers than reals? Kaz Kylheku <643-408-1753@kylheku.com> - 2024-07-09 08:47 +0000
Re: More complex numbers than reals? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2024-07-09 12:00 -0700
Re: More complex numbers than reals? Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-07-10 00:53 +0000
Re: More complex numbers than reals? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2024-07-10 15:39 -0700
Re: More complex numbers than reals? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2024-07-12 11:52 -0700
Re: More complex numbers than reals? Richard Damon <richard@damon-family.org> - 2024-07-08 19:34 -0400
Re: More complex numbers than reals? Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-07-08 23:45 +0000
Re: More complex numbers than reals? Kaz Kylheku <643-408-1753@kylheku.com> - 2024-07-09 02:25 +0000
Re: More complex numbers than reals? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2024-07-08 22:20 -0700
Re: More complex numbers than reals? "Chris M. Thomasson" <chris.m.thomasson.1@gmail.com> - 2024-07-10 15:42 -0700
Re: More complex numbers than reals? Lawrence D'Oliveiro <ldo@nz.invalid> - 2024-07-11 01:59 +0000
Re: More complex numbers than reals? Blue-Maned_Hawk <bluemanedhawk@invalid.invalid> - 2024-07-09 08:33 +0000
csiph-web