Digit fifth powers: Difference between revisions

Content added Content deleted
No edit summary
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 1,892: Line 1,892:
{{libheader|Wren-math}}
{{libheader|Wren-math}}
Using the Julia entry's logic to arrive at an upper bound:
Using the Julia entry's logic to arrive at an upper bound:
<syntaxhighlight lang="ecmascript">import "./math" for Int
<syntaxhighlight lang="wren">import "./math" for Int


// cache 5th powers of digits
// cache 5th powers of digits