YAC (Yet Another Calculator) is written to offer another option for folks who need HEXADECIMAL/OCTAL/BINARY modes to perform their assembly/network coding/configuration tasks. The HEX/OCTAL/BINARY number syntax follows that of C/C++/Java/Python (0xFF, 0o377, 0b101), and bitwise operators follow that of C/C++/Java (~, ^, |, &, <<, >>). Hopefully, this calculator will be useful for assembly/network programmers.
YAC also has a basic mode and a scientific mode similar to most other calculators.
YAC also has a basic mode and a scientific mode similar to most other calculators.
Show More