Pythagorean thereom definition

This commit is contained in:
Ian Gulliver
2021-11-23 20:28:23 -08:00
parent 352e1b90be
commit f0f28dbd51

21
grow/defs/pythag.yaml Normal file
View File

@@ -0,0 +1,21 @@
global_memory_size: 2
function_memory_size: 1
instruction_limit: 20
samples:
- in: [3,4]
out: [5]
- in: [5,12]
out: [13]
- in: [8,15]
out: [17]
- in: [7,24]
out: [25]
- in: [20,21]
out: [29]
- in: [12,35]
out: [37]