Link : https://ayidouble.github.io/Trinary-Calculator-JavaScript
Mobile App : https://github.com/AYIDouble/Trinary-Calculator-Android-Java-App
Official Google Play Store Download Link : https://play.google.com/store/apps/details?id=com.trinarycalculator.ayidouble.trinarycalculator.app
π± A handy Calculator for Trinary operations, that works on all devices π± π» π₯
You can choose, if you want to calculate with Balanced Ternary (-,0,+) or Trinary (0,1,2). 0οΈβ£1οΈβ£2οΈβ£
Feel free to use the Calculator for teaching Numeral systems as an example. If you have Suggestions or find Errors, you're free to contact me on GitHub or submit your changes. The Reason why I build this Calculator was, because there wasn't a good one on the Web.
The Trinary Calculator is just a Website that each possible device can access to.
- Smartphone (Android/iOS etc.) π±
- Tablet (Chrome, Firefox, Edge, Safari) π±
- Laptop (Chrome, Firefox, Edge, Safari) π»
- Desktop (Chrome, Firefox, Edge, Safari) π₯
- + (Addition)
- - (Subtraction)
- * (Multiplication)
- / (Division)
The Calculator is designed to give responses on every action, this is noticeable as an example at the addition of two Trytes, while you're typing, an algorithm already calculates every number you type and displays the result.
- calculate with balanced Ternary (-,0,+) or Trinary (0,1,2) 0οΈβ£1οΈβ£2οΈβ£
- see how Binary Values are stored in Trinary
- how much 8, 16, 32, 64, 3, 6, 9, 21, 27, 81 Trit can store, (ex. unsigned 8-Trit can store values from (00000000) 0 ... 6561 (22222222))
- see how other numeral systems are working (ternary, quaternary, octal, hexadecimal)