Knuth's power tree: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (Phix/mpfr)
Line 1,129: Line 1,129:
=={{header|Phix}}==
=={{header|Phix}}==
{{trans|Go}}
{{trans|Go}}
{{libheader|mpfr}}
{{libheader|Phix/mpfr}}
<lang Phix>constant p = new_dict({{1,0}})
<lang Phix>constant p = new_dict({{1,0}})
sequence lvl = {1}
sequence lvl = {1}