tachikawa20 / jcalc

A cross-platform CLI calculator that allows one to make calculations in a hurry!
GNU General Public License v3.0
0 stars 1 forks source link

Programmer's Tools - for v1.0b #2

Closed tachikawa20 closed 3 years ago

tachikawa20 commented 3 years ago

Creating a DEC HEX BIN OCT converter.

Instruction "cvt [type1] [type2] [value]", type1 = "DEC" "HEX" "BIN" "OCT", type2 = "DEC" "HEX" "BIN" "OCT"

cvt for convert.

tachikawa20 commented 3 years ago

Done. Although there is a small limitation in conversion. 'Type' is unsigned long. Doesn't accept values that are too big. Some do, but they will reach a point where conversion is no longer possible.