20 lines
284 B
Markdown
20 lines
284 B
Markdown
# 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
|