Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
(trabb)
|
||||
;; input : (0 4 1 8 5 9 10 3 6 7 2)
|
||||
|
||||
🌱 f(2) = 41.41421356237309
|
||||
❌ f(7) = 1717.6457513110645
|
||||
❌ f(6) = 1082.4494897427833
|
||||
🌱 f(3) = 136.73205080756887
|
||||
❌ f(10) = 5003.162277660168
|
||||
❌ f(9) = 3648
|
||||
❌ f(5) = 627.2360679774998
|
||||
❌ f(8) = 2562.828427124746
|
||||
🌱 f(1) = 6
|
||||
🌱 f(4) = 322
|
||||
🌱 f(0) = 0
|
||||
|
||||
;; extra credit : let's find the threshold
|
||||
(lib 'math)
|
||||
(define (g x) (- (trabb-fun x) 400))
|
||||
(root g 0 10)
|
||||
→ 4.301409367213084
|
||||
Loading…
Add table
Add a link
Reference in a new issue