Integer roots: Difference between revisions

→‎{{header|Raku}}: simplifying tail condition
No edit summary
(→‎{{header|Raku}}: simplifying tail condition)
Tag: Made through Tor
Line 1,010:
10**($n.chars div $p),
{ ( $d * $^x + $n div ($x ** $d) ) div $p } ...
{ $_**$p == $n < ($_+1)**$p }
).tail
}
1,934

edits