Nand2Tetris Questions and Answers Forum
›
Operating System
›
Project 12
Search
everywhere
only in this topic
Advanced Search
Project 12>square root--Name of square root algorithm
Classic
List
Threaded
♦
♦
Locked
2 messages
kraftwerk1611
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Project 12>square root--Name of square root algorithm
Hi,
Does the square root algorithm described in TECS book page 252 has a name?
Thanks.
cadet1620
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Project 12>square root--Name of square root algorithm
Administrator
I don't think that it has a specific name.
This is effectively an implementation of binary searching where the index into the dataset is x and the value at x is sqrt(x).
--Mark
Free forum by Nabble
Edit this page