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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/23/02 08:22
Read: times


 
#31275 - RE: Float Math Source
Hi Michael,

almost no assembler programmer use floating point, since no assembler support converting float into an hexadecimal expression.

Thus they use only 16, 24, 32 bit integer and define a fixed decimal point.

e.g. on my frequency meter I display values in this form "10.00Hz" with two digits after the decimal point.
To do so I use a hundred timers higher value as reference frequency for the calculation.


Peter

List of 11 messages in thread
TopicAuthorDate
Float Math Source            01/01/70 00:00      
RE: Float Math Source            01/01/70 00:00      
RE: Float Math Source            01/01/70 00:00      
RE: Float Math Source            01/01/70 00:00      
RE: Float Math Source            01/01/70 00:00      
RE: Float Math Source            01/01/70 00:00      
RE: Float Math Source            01/01/70 00:00      
RE: Float Math Source            01/01/70 00:00      
RE: Float Math Source            01/01/70 00:00      
RE: Float Math Source            01/01/70 00:00      
RE: Float Math Source            01/01/70 00:00      

Back to Subject List