Smallest power of 6 whose decimal expansion contains n: Difference between revisions

Content added Content deleted
(→‎{{header|RPL}}: add HP-49 version + formatting)
m (→‎{{header|Wren}}: Minor tidy)
Line 1,696: Line 1,696:
{{libheader|Wren-big}}
{{libheader|Wren-big}}
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="ecmascript">import "/big" for BigInt
<syntaxhighlight lang="wren">import "./big" for BigInt
import "/fmt" for Fmt
import "./fmt" for Fmt


System.print(" n smallest power of 6 which contains n")
System.print(" n smallest power of 6 which contains n")