bplus
I think that you are on the right track, I have seen the use of tables in binary conversion, it's just that I have not taken the trouble to learn how to use them
the tables for binary floating point conversion were negative and positive powers of 10
what I did instead was to get an estimate of the power of ten needed and then raise 10 to that power in a temporary variable
I think that you are on the right track, I have seen the use of tables in binary conversion, it's just that I have not taken the trouble to learn how to use them
the tables for binary floating point conversion were negative and positive powers of 10
what I did instead was to get an estimate of the power of ten needed and then raise 10 to that power in a temporary variable