2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -8,8 +8,8 @@
|
|||
m =>
|
||||
0 ? [ n + 1 ]
|
||||
> 0 ? [
|
||||
n => 0 ? [ ackermann:(m - 1):1 ]
|
||||
> 0 ? [ ackermann:(m - 1):(ackermann:m:(n-1)) ]
|
||||
n => 0 ? [ ackermann eval:(m - 1):1 ]
|
||||
> 0 ? [ ackermann eval:(m - 1):(ackermann eval:m:(n-1)) ]
|
||||
]
|
||||
].
|
||||
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
[
|
||||
0 to:5 &doEach: (:j)
|
||||
[
|
||||
console writeLine:"A(":i:",":j:")=":(ackermann:i:j).
|
||||
console writeLine:"A(":i:",":j:")=":(ackermann eval:i:j).
|
||||
].
|
||||
].
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue