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

Content added Content deleted
No edit summary
(→‎{{header|APL}}: flagged as incorrect.)
Line 286: Line 286:


=={{header|APL}}==
=={{header|APL}}==

{{Incorrect|APL| <br><br> The method used by this APL program is '''not''' the method that this task requires, &nbsp; namely: <br><br> quadratic residue. <br><br>}}

Works in [[Dyalog APL]]
Works in [[Dyalog APL]]
<lang APL>i←⌊.5*⍨⊢</lang>
<lang APL>i←⌊.5*⍨⊢</lang>