Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/24/04 13:34
Read: times


 
#81844 - Scientific notation to normal notation
Hi
I am making a claculator using P87CRD+. I am facing a little problem if i multiple 9900 with 9900 the result is 98010000 in a normal calculator. The calculator which i had make shows 9.801E+07. which is the right answer but i want to convert this result into 98010000. My answer is in a double data type.
Is there any function in c which convert this Scientific notation into normal notation. I am trying to find such function but not yet successed if any body can help me.
Regards
Farhan

List of 18 messages in thread
TopicAuthorDate
Scientific notation to normal notation            01/01/70 00:00      
   "            01/01/70 00:00      
      Notation            01/01/70 00:00      
         is this float to long?            01/01/70 00:00      
            Format            01/01/70 00:00      
               Ooops            01/01/70 00:00      
               sprintf            01/01/70 00:00      
                  Time for clarification            01/01/70 00:00      
                     "            01/01/70 00:00      
                        Sprintf            01/01/70 00:00      
                           "            01/01/70 00:00      
         "            01/01/70 00:00      
         WYGIWYAF            01/01/70 00:00      
   Hi            01/01/70 00:00      
      notation problem            01/01/70 00:00      
         try sprintf(buffer,"%f",result);            01/01/70 00:00      
            New habits            01/01/70 00:00      
         Exactly what it says on the tin!            01/01/70 00:00      

Back to Subject List