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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/04/08 15:25
Read: times


 
#158838 - code library for 24 bit sqare root in asm
Responding to: ???'s previous message
start from 1,multiply by the same no to get square.check whether it is greater than the no whose squareroot is required .if not add 1 & repeat the same procedure till it becomes greater.the no minus 1 is the square root.this do give correct answer but takes longer time.

List of 11 messages in thread
TopicAuthorDate
code library for 24 bit sqare root in asm            01/01/70 00:00      
   So, what have you tried ?            01/01/70 00:00      
   Is the " subject problem" homework?            01/01/70 00:00      
      code library for 24 bit sqare root in asm            01/01/70 00:00      
         Algorithm is important            01/01/70 00:00      
            thinking            01/01/70 00:00      
            Integer?            01/01/70 00:00      
               Fixed-point or integer            01/01/70 00:00      
                  Issues with Newton-approximation            01/01/70 00:00      
               Excellent link            01/01/70 00:00      
   fixed point or integer method of Per Westermark            01/01/70 00:00      

Back to Subject List