Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
14
Task/Time-a-function/Bracmat/time-a-function.bracmat
Normal file
14
Task/Time-a-function/Bracmat/time-a-function.bracmat
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
( ( time
|
||||
= fun funarg t0 ret
|
||||
. !arg:(?fun.?funarg)
|
||||
& clk$:?t0
|
||||
& !fun$!funarg:?ret
|
||||
& (!ret.flt$(clk$+-1*!t0,3) s)
|
||||
)
|
||||
& ( fib
|
||||
=
|
||||
. !arg:<2&1
|
||||
| fib$(!arg+-1)+fib$(!arg+-2)
|
||||
)
|
||||
& time$(fib.30)
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue