Add sqrt instruction
This commit is contained in:
15
grow/defs/sqrt.yaml
Normal file
15
grow/defs/sqrt.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
global_memory_size: 1
|
||||
function_memory_size: 1
|
||||
instruction_limit: 2
|
||||
samples:
|
||||
- in: [0]
|
||||
out: [0]
|
||||
|
||||
- in: [4]
|
||||
out: [2]
|
||||
|
||||
- in: [144]
|
||||
out: [12]
|
||||
|
||||
- in: [175]
|
||||
out: [13]
|
||||
Reference in New Issue
Block a user