Jump to content

Eban numbers: Difference between revisions

m
→‎{{header|K}}: performance improvement when limit is expressed in floating point as it is in these examples
(→‎{{header|K}}: more concise)
m (→‎{{header|K}}: performance improvement when limit is expressed in floating point as it is in these examples)
Line 1,405:
=={{header|K}}==
{{works with|ngn/k}}
<syntaxhighlight lang=K>eban: {1_((x<)_,/(,/(2*!4)+/:10*0,3+!4)+/:1000*)/0}@_:
 
#eban 1000
6,962

edits

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