Implement a real number type that has a variable base. EG would be using binary, or hexadecimal, etc
Having support for variable bases can result in less computation. Maybe converting to binary or hex for faster computation then moving back? But the support for base variablility would help.
2
votes