A novel encoding format for real numbers on computers is presented, using a sequence of sign bits to represent values through iterative logarithms. The format efficiently handles both very large and very small numbers, utilizing a Gray code pattern and lexicographic ordering.
https://adamscherlis.github.io/blog/iterlog-coding/
#numberencoding #computerscience #mathematics #binarysystems #datarepresentation