Bell numbers: Difference between revisions

Content added Content deleted
Line 306: Line 306:
=={{header|Phix}}==
=={{header|Phix}}==
{{libheader|mpfr}}
{{libheader|mpfr}}
Started out as a translation of Go, but the main routine has now been completely replaced.
{{trans|Go}}
<lang Phix>function bellTriangle(integer n)
<lang Phix>function bellTriangle(integer n)
-- nb: returns strings to simplify output
-- nb: returns strings to simplify output