fix folders

This commit is contained in:
Zan
2024-05-09 16:07:27 -07:00
parent cfa8289330
commit 829c151baf
1959 changed files with 0 additions and 0 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