Search:

Type: Posts; User: Nominal Animal

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    2,577

    Sorry. I meant that instead of doing a loop...

    Sorry.

    I meant that instead of doing a loop like this, in pseudocode:


    while this_digit >= RADIX
    this_digit = this_digit - RADIX
    next_digit = next_digit + 1
    end while
  2. Replies
    6
    Views
    2,577

    Does your array really put the most significant...

    Does your array really put the most significant digit first? What do you do when you need to add one more digit? (Nevermind; I know you need to copy the entire number first. You would not, if you had...
Results 1 to 2 of 2