This commit is contained in:
Zan
2024-05-09 14:05:30 -07:00
parent 93d72079dd
commit cfa8289330
2074 changed files with 21518 additions and 11 deletions

View File

@@ -0,0 +1,19 @@
# Square Root
This script calculates the square root of a number on a **basic** level Yolol chip.
## Inputs
The input is a single number in the `:a` field.
- `:a` number
## Outputs
The output is a single number in the `:o` field.
- `:o` Sqrt(:a)
## Credits
- Zijkhal#0154

View File

@@ -0,0 +1 @@
x=:a/55+3 x+=:a/x x+=:a/x*4 x=:a/x+x/16 :o=x+:a/x/4