Starbase/Other/Square Root (Basic Chip)/README.md
2024-05-09 16:07:27 -07:00

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