Tagged Questions
1
vote
4answers
2k views
floating point hex octal binary
I am working on a calculator that allows you to perform calculations past the decimal point in octal, hexadecimal, binary, and of course decimal. I am having trouble though finding a way to convert ...