Re: quieries related to math handling in micro controllers



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.

.



Relevant Pages

  • Re: Superstitious learning in Computer Architecture
    ... Doing a Google search on "Computational Fluid Dynamics" and precision ... floating-point) was associated with that type of problem. ... single-precision on the 360, with its poor treatment of the least ... you have to build a second Wallace Tree to process 32-bit floats any ...
    (comp.arch.arithmetic)
  • Re: Rational Numbers
    ... It is claimed that decimal FLOATING-point ... |> to explicitly round back down to the precision that you want when you ... Financial calculations are defined in terms of decimal fixed-point, ... specify more digits than they possibly need, ...
    (comp.lang.python)
  • Re: Floating point environment
    ... > precision) can be handled by the same floating-point unit. ... > Those are different environments, but it has only tangentially to do ...
    (comp.std.c)
  • Re: nicely printf a matrix
    ... I would like to be able to dump them in files, ... floating-point value to a string *might* be more efficient. ... Think about loss of precision. ...
    (comp.lang.c)
  • Re: small numerical differences in floating point result between wintel and Sun/SPARC
    ... >or writing results past the precision of the corresponding variables. ... All the calculations are done in double. ... hold the intermediate results of floating-point calculations. ... >-|reads the exactly the same input files on the two platforms. ...
    (comp.lang.c)