Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.06 KB

Minecraft Sin, Cos Calculator

Trigonometry(Sin, Cos) calculator in Minecraft.
The project was completed on July 12, 2017.

Video: https://youtu.be/77p_mvShuGQ

Features

  • The algorithm used to calculate the sin, cos value is CORDIC
  • My own conversion algorithm was used to convert fractions between Binary and BCD: Video
  • Sequential Logic Circuit (It takes about 6m 30s to calculate one value)
  • Input(00.0000 ~ 99.9999), Output(0.0 ~ 1.0)

Samples

- image
Circuit 1 2
Screen 3
input Sin Cos
12.3456 4 5
77.7777 6 7
74.4319 8 9
5. 10 11
85. 12 13

Notes