Jump to content

Euclidean rhythm: Difference between revisions

m
corected JavaScript and Python headers
m (→‎{{header|Phix}}: added an assertion)
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):
7,820

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.