The Digital Pioneer wrote:
> I believe both are words.
> 
> It is my understanding that you can have single precision floating point
> numbers (float) or double precision (double), and integer values are
> simply ints. I could be wrong though. It did happen once before. ;)

Single precision floating point numbers use 32bit and double precision
floating point use 64bit according to IEEE754 standard for floating
point numbers. So double precision needs calculation with longer numbers
and needs more cpu power with no hardware fpu unit present.

Ciao,
     Rainer

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to