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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/04/03 16:34
Read: times


 
#38257 - RE: math - floating point
You can use float on programming in C

Also you can use one of the many math libraries available on the web for 32bit integer in assembler.

Then you must only reorder you calculation:

x = 100 * 3600 * a / b

To convert x to decimal, you can also found many methods described on the web.


Peter


List of 6 messages in thread
TopicAuthorDate
math - floating point            01/01/70 00:00      
   RE: math - floating point            01/01/70 00:00      
   RE: math - floating point - curiosity...            01/01/70 00:00      
RE: math - floating point            01/01/70 00:00      
   RE: math - floating point            01/01/70 00:00      
RE: math - floating point - curiosity...            01/01/70 00:00      

Back to Subject List