Re: quieries related to math handling in micro controllers
- From: Walter Banks <walter@xxxxxxxxxxxxx>
- Date: Fri, 29 Feb 2008 08:49:42 -0500
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
.
- References:
- Prev by Date: Re: Microcontroller with QVGA or VGA LCD controller
- Next by Date: Re: quieries related to math handling in micro controllers
- Previous by thread: Re: quieries related to math handling in micro controllers
- Next by thread: Re: quieries related to math handling in micro controllers
- Index(es):
Relevant Pages
|