Sujet : Re: Floats
De : minforth (at) *nospam* gmx.net (minforth)
Groupes : comp.lang.forthDate : 12. Jul 2025, 05:53:22
Autres entêtes
Message-ID : <mde822FpbpkU1@mid.individual.net>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Mozilla Thunderbird
Am 11.07.2025 um 10:33 schrieb Anton Ertl:
In any case, FP numbers are used in very diverse ways. Not everybody
needs all the features, and even fewer features are consciously
needed, but that's the usual case with things that are not
custom-taylored for your application.
The strongest application niche for Forth is embedded devices, e.g.
MCUs. The ADCs often used there have typical bit widths of 12 to 24 bit
(e.g. 24 bit for audio). So there are definitely areas of application
for Forth and small floats (after de-/normalization).
In some PLC/DCS, float24 is the usable width of a 32-bit word, whereby
the 8 free bits are used as binary companions, e.g. for measured value
over limit.