About 21 results
Open links in new tab
  1. Sep 6, 2022 · ambinumbers. Rossi and Thuswaldner discovered that am- binumbers can be represented in a much more insightful way if we express them via the unusual radix -3/2, using …

  2. Computer Science

    of his life experimenting with radix~16. His public lecture in 1845, published posthumously, described ingenious ways to say and to write hexadecimal numbers and fractions [{\sl …

  3. Computer Science

    Permutations, restricted, 63--65, 74--75. % 2nd Poetry, meters for, 49--52, 54, 62--65, 70, 74--75. % 2nd Radix-2 number system, 49, 52, 61. % 2nd Ramesh, Hariharan ({\tm\\205\\125\kern …

  4. cs.stanford.edu

    I work with radix $10^{18}$, noting that $2^{63}$ exceeds $9\cdot10^{18}$. @d radix 1000000000000000000LL @d maxprec ((precision+17)/18) /* this many octabytes for each …

  5. Computer Science

    We will think of $\alpha$ as the radix-$m$ integer $(abcd)_m$, although it will also be represented in memory as the hexadecimal integer $(abcd)_{16}$ since that's convenient for programming …

  6. Computer Science

    I'll need basic routines for the input and output of radix-62 digits. @<Sub...@>= int decode(char c) { if (c<='9') { if (c>='0') return c-'0'; }@+else if (c>='a') { if (c<='z') return c+10-'a'; }@+else if …

  7. Computer Science

    a distributive {\it mixed-radix majorization lattice\/} in a similar way from the set of all $n$-tuples $a_1\ldots a_n$ with $0\le a_j<m_j$ for $1\le j\le n$. R.~P. Stanley has observed that …