Big variable

From: farshad (farshad1_at_emailaccount.com)
Date: 11/30/03


Date: 30 Nov 2003 10:03:03 -0800

Hello

for a mathematical program I need to define a variable which can store
a number with about 1,000,000 digits.

the only operation I need is the remainder of division.

I have no idea how to that. I can use any compiler you suggest.

Regards,



Relevant Pages

  • Re: Big variable
    ... > for a mathematical program I need to define a variable which can store ... > a number with about 1,000,000 digits. ... Victor ...
    (comp.lang.cpp)
  • Re: Big variable
    ... >for a mathematical program I need to define a variable which can store ... >a number with about 1,000,000 digits. ... >the only operation I need is the remainder of division. ... your computer can handle, output the value 'MAXINT': ...
    (comp.lang.cpp)
  • Re: Big variable
    ... > for a mathematical program I need to define a variable which can store ... You must create a new integer format! ... A compiler which support numbers with 1,000,000 digits?! ...
    (comp.lang.cpp)
  • Re: newb TASM user needs help
    ... actual count for the sides of your "magic square", ... digits) - you get the digits in the right order (dividing repeatedly by ... and puts the result in al (remainder in ah). ... mov al, numSize ...
    (alt.lang.asm)
  • Re: bigint queston C++ classes
    ... I suggest an array of unsigned char, or unsigned short, or perhaps unsigned ... You'll need ceil/log) base-b digits to store x, ... these are not strings, ...
    (comp.programming)