Skip to content

Commit a5ae0e9

Browse files
authored
Create README.md
1 parent 6f2b722 commit a5ae0e9

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Minecraft Square root Calculator
2+
3+
Square root Calculator in Minecraft.
4+
Project done at 20160712
5+
6+
[Youtube video](https://youtu.be/HvhP6PfT-PQ)
7+
8+
## Features
9+
- The algorithm used to calculate the square root value is "[long division method](https://www.google.com/search?q=square+root+long+division+method)", in korean "[개평법](https://namu.wiki/w/%EC%84%B8%EB%A1%9C%EC%85%88%EB%B2%95#s-2.2.1)"
10+
- My own conversion algorithm was used to convert numbers between Binary and BCD: [video](https://youtu.be/nwZJh3b39Bg)
11+
- Sequential Logic Circuit (It takes around 5 minutes to calculate one value)
12+
- input(0~1024), output (up to two decimal places.)
13+
14+
## Samples
15+
|-|image|
16+
|:--:|:--:|
17+
|Circuit | ![1](.github/1.png) |
18+
|Screen | ![2](.github/2.png)|
19+
20+
|input|result|
21+
|:--:|:--:|
22+
|2| ![3](.github/3.png) |
23+
|976| ![4](.github/4.png)|

0 commit comments

Comments
 (0)