Hi,
 
   Iam making a financial calculator using
NewFloatManager. The problem is when converting it
into String after 8 digits it rounds it and add the
exp

         eg. FlpCompDouble flp;
              flp.d=3333333333;
    To get the string 
         FlpBase10Info(flp.fd,&mantissa,&exp,&sign);
     ITWILL GIVE
      mantisa=33333333;
      exp=2;
 that is it becomes
    3333333300 instead of 3333333333 
How To get more then 8 digits without rounding of

Please HelpMe Iamlooking forward to ur Reply.


Thanks Amit 



__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to