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,3 @@
|
|||
func A(a) { a.sum / a.len }
|
||||
func G(a) { a.prod.root(a.len) }
|
||||
func H(a) { a.len / a.map{1/_}.sum }
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
func A(a) { a«+» / a.len }
|
||||
func G(a) { a«*» ** (1/a.len) }
|
||||
func H(a) { a.len / (a«/«1 «+») }
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
say("A(1,...,10) = ", A(1..10));
|
||||
say("G(1,...,10) = ", G(1..10));
|
||||
say("H(1,...,10) = ", H(1..10));
|
||||
Loading…
Add table
Add a link
Reference in a new issue