Re: quieries related to math handling in micro controllers





larwe wrote:

On Feb 29, 7:28 am, "yasha" <yasha...@xxxxxxxxx> wrote:

I'm doing a project related to 8051 micro controller, it is required to
handle floating point numbers to a great precision.
is there any way with which this can be done easily with 8051 or is there

Floating-point numbers of any precision are just bits. An algorithm to
manipulate them can be implemented on any architecture. However if
your application requires lots of floating-point, given no further
information, 8051 would seem to be an appallingly bad choice.

Precision or dynamic range. Floating point numbers will give
dynamic range but the same number of bits in a fixed point number
will give more precision.

Regards,

--
Walter Banks
Byte Craft Limited
Tel. (519) 888-6911
http://www.bytecraft.com
walter@xxxxxxxxxxxxx







.



Relevant Pages

  • Re: Linear Algebra Challenge
    ... Since I'm using floating point, so I'll never be able to calculate one ... floating point math set to 99 digits. ... As close as I'm willing to wait if I use arbitrary precision. ... This mode is fast; when you select arbitry ...
    (comp.sys.hp48)
  • Re: Floating point environment
    ... In all functions like fetestexcept, for instance, it is assumed that there is only one floating point environment ... one for double precision ... the 64 bit format and another for the 80 bit format. ... All versions of SSE use a status/control word separate from the main FPU, however, so they can indeed be considered a separate environment. ...
    (comp.std.c)
  • Re: ML matrices multiplication accuracy
    ... Core Duo Processor T2500), I got all 9 cases exactily the same: ... accept just two floating point inputs and then round the result back down ... to 53 bits precision each time. ... I know that there are such instructions ...
    (comp.soft-sys.matlab)
  • Re: This calculation is just wrong / computer cant count!
    ... This is because of how 64-bit floating point arithmetic works. ... Any finite precision arithmetic, whether it is ... significant digits yourself. ... So we have units of inches, feet, ...
    (microsoft.public.vc.mfc)
  • Re: Floating Point Precision
    ... > I have a question about floating point precision in C. ... The relative error (loosely speaking, the precision) ... It is the difference between 1.0f and the "next" float value, ... a field known as "Numerical Analysis." ...
    (comp.lang.c)