Skip to content

Commit 2c7d04b

Browse files
committed
2 parents 9236ef8 + dd23be6 commit 2c7d04b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ while you're typing, an algorithm already calculates every number you type and d
6262
- [ ] Implementing a switch that allows you to change between Unsigned and Signed (negative numbers possible, ex. unsigned **16-Bit** Integer).
6363
- [ ] Using BigNumber.js, this is needed to display **64-Bit**, **128-Bit** , **256-Bit**, ... (JavaScript has no datatypes, var is being saved as a **signed 32-Bit Integer +- 2 147 483 647**).
6464
- [ ] More responsive elements and better support for mobile devices.
65-
- [ ] Implementing a Ternary Calculator that is working with Trits and Trytes, this is very interesting for quantum mechanics (Quantum Computing). It's a good way of a concept that could be used to use the power of Qubits that can have multiple states.
65+
- [x] Implementing a Ternary Calculator that is working with Trits and Trytes, this is very interesting for quantum mechanics (Quantum Computing). It's a good way of a concept that could be used to use the power of Qubits that can have multiple states. [It's Done, Check it out here!](https://github.com/AYIDouble/Trinary-Calculator-JavaScript)
6666
- [ ] More numeral systems.

0 commit comments

Comments
 (0)