Cyclotomic polynomial: Difference between revisions

Content added Content deleted
(→‎{{header|Sidef}}: replaced with built-in solution)
m (→‎{{header|Wren}}: Wren-trait -> Wren-iterate)
Line 4,962: Line 4,962:
=={{header|Wren}}==
=={{header|Wren}}==
{{trans|Go}}
{{trans|Go}}
{{libheader|Wren-trait}}
{{libheader|Wren-iterate}}
{{libheader|Wren-sort}}
{{libheader|Wren-sort}}
{{libheader|Wren-math}}
{{libheader|Wren-math}}
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
Second part is very slow. Limited to first 7 to finish in a reasonable time - 5 minutes on my machine.
Second part is very slow. Limited to first 7 to finish in a reasonable time - 5 minutes on my machine.
<syntaxhighlight lang="ecmascript">import "/trait" for Stepped
<syntaxhighlight lang="ecmascript">import "/iterate" for Stepped
import "/sort" for Sort
import "/sort" for Sort
import "/math" for Int, Nums
import "/math" for Int, Nums