update etc/tak.scm
This commit is contained in:
parent
d097a021e3
commit
0762bd6567
|
@ -5,8 +5,9 @@
|
||||||
(define (time f)
|
(define (time f)
|
||||||
(let ((start (current-jiffy)))
|
(let ((start (current-jiffy)))
|
||||||
(f)
|
(f)
|
||||||
(/ (- (current-jiffy) start)
|
(inexact
|
||||||
(jiffies-per-second))))
|
(/ (- (current-jiffy) start)
|
||||||
|
(jiffies-per-second)))))
|
||||||
|
|
||||||
(define (tak x y z)
|
(define (tak x y z)
|
||||||
(if (> x y)
|
(if (> x y)
|
||||||
|
|
Loading…
Reference in New Issue