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

From Rosetta Code
Content added Content deleted
m (→‎Some Languages...: added update about Raku)
m (→‎Some Languages...: commented out a section of talk code that no longer applies..)
Line 3: Line 3:


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)
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)


<!-- Deleted as it no long applies.

-- Gerard Schildberger (talk) 02:31, 10 December 2020 (UTC)


: Yes, I couldn't agree more! &nbsp; I &nbsp; (the Rosetta Code task's author) &nbsp; was thinking about flagging it as incorrect for a multitude of reasons &nbsp; (but I have not for various reasons that be not mentioned):
: Yes, I couldn't agree more! &nbsp; I &nbsp; (the Rosetta Code task's author) &nbsp; was thinking about flagging it as incorrect for a multitude of reasons &nbsp; (but I have not for various reasons that be not mentioned):
Line 23: Line 28:


L I was hoping someone (maybe some other Rosetta Code administrator) would eventually notice and provide a remedy and possibly take some action.
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)
: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)

Revision as of 02:32, 10 December 2020

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). Raku is also wrong, as it links to another sqrt task which doesn't utilize the qr algo.

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. --Enter your username (talk) 09:33, 9 December 2020 (UTC)


Update: added qr algo to Raku entry. --Enter your username (talk) 22:28, 9 December 2020 (UTC)