The number-systems tag has no wiki summary.
62
votes
15answers
4k views
Algorithms based on number base systems?
I've noticed recently that there are a great many algorithms out there based in part or in whole on clever uses of numbers in creative bases. For example:
Binomial heaps are based on binary ...
2
votes
0answers
174 views
The complexity of carry-free addition
Two binary numbers can be represented in the usual "regular, redundant" representation (i.e. introduce another digit, say 2, to obtain a non-unique representation such that any two consecutive 2's ...
1
vote
5answers
2k views
Java code to convert from Base-10 to Base-9
How to convert a long number in base 10 to base 9 without converting to string ?
1
vote
2answers
291 views
Interconversion between decimal and any other base-n number system
I have written some general functions to convert between decimal and any other base-n number system(n<=36 for now) and vice-versa. Don't want to make things messy here so i have posted the code ...
0
votes
4answers
77 views
Number System Accuracy
If there are 2 number system, e.g. Decimal Number System with 10 symbols (0-9) and hexadecimal with 16 Symbols (0-9,A-F), can i conclude that with hexadecimal, i will be able to retain greater ...
0
votes
1answer
22 views
Is there any freeware tool that can convert fractional values of various numeral systems to each other?
I have already searched Google and I am finding no tool to convert fractional values of various numeral system into each other.
Can anyone hive me a hand?
I need a freeware executable for WindowsXP.
...