Euclidean rhythm: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
m →‎{{header|Phix}}: added an assertion
Petelomax (talk | contribs)
m corected JavaScript and Python headers
Line 205:
</pre>
 
== [[:Category:JavaScript{{header|JavaScript]] }}==
Copied from [https://mrmr.io/mj/euclid here] and [https://github.com/mnvr/gm1k?tab=readme-ov-file here], under MIT license.<syntaxhighlight lang="javascript">
const E = (k, n) => {
Line 459:
</pre>
 
== [[{{header|Python]] }}==
{{trans|JavaScript}}<syntaxhighlight lang="python3">
def E(k, n):