in reply to Re^2: Converting decimals to binary
in thread Converting decimals to binary
You can look how it's done in FORTH. FORTH-Users don't have floating point numbers (unless one has written a library that is), so they do all with fixed point arithmetic. And it's very fast. You should find some examples if you google for FORTH.
|
|---|