On Tue, Aug 10, 2010 at 11:54 AM, Issa <frechdes...@gmail.com> wrote:
> so i can't understand what is for the
> eina_convert_dtoa(val, tmp);//Convert a double to a string
> and all convert function of eina ?

itoa, xtoa are fast function to convert from int to number and hexa.
Usable for human representation, but mainly used when speed matter and
we need string to represent number.

dtoa, atod, fptoa and atofp are used to convert from a common string
representation to a double and fixed pointer representation. This give
us a portable way and easy to convert to different representation a
double or fixed point number. It's mainly used when you want to
transfert/store a number in a reliable way.
-- 
Cedric BAIL

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to