Talk:Isqrt (integer square root) of X: Difference between revisions

m
→‎Some Languages...: added update about Raku
m (→‎Some Languages...: added some comments.)
m (→‎Some Languages...: added update about Raku)
Line 1:
==Some Languages...==
...aren't implementing the quadratic residue algorithm. I fixed a couple (perhaps clumsily) and marked Seed7 as bad (it uses the built-in sqrt() function). <strike>Raku is also wrong, as it links to another sqrt task which doesn't utilize the qr algo.</strike>
 
Just a reminder, the task is not to compute square roots in any way, it is to implement the quadratic residue method of computing the square root. --[[User:Enter your username|Enter your username]] ([[User talk:Enter your username|talk]]) 09:33, 9 December 2020 (UTC)
Line 23:
 
L I was hoping someone (maybe some other Rosetta Code administrator) would eventually notice and provide a remedy and possibly take some action.
 
:Update: added qr algo to Raku entry. --[[User:Enter your username|Enter your username]] ([[User talk:Enter your username|talk]]) 22:28, 9 December 2020 (UTC)