Re: [fpc-pascal] Super Large Integer Math Calculations (fwd)

2017-07-11 Thread Michael Van Canneyt
On Tue, 11 Jul 2017, nore...@z505.com wrote: On 2017-07-09 04:36, Michael Van Canneyt wrote: Forwarded at request of fra...@rhost.it: On Fri, 7 Jul 2017, nore...@z505.com wrote: For integers beyond 64 bit, or even beyond 32 bit on a 64 bit machine, why can't the math be broken do

Re: [fpc-pascal] Super Large Integer Math Calculations (fwd)

2017-07-11 Thread noreply
On 2017-07-09 04:36, Michael Van Canneyt wrote: Forwarded at request of fra...@rhost.it: On Fri, 7 Jul 2017, nore...@z505.com wrote: For integers beyond 64 bit, or even beyond 32 bit on a 64 bit machine, why can't the math be broken down into peices the way a human does it on paper,

Re: [fpc-pascal] Super Large Integer Math Calculations (fwd)

2017-07-09 Thread Michael Van Canneyt
Forwarded at request of fra...@rhost.it: On Fri, 7 Jul 2017, nore...@z505.com wrote: For integers beyond 64 bit, or even beyond 32 bit on a 64 bit machine, why can't the math be broken down into peices the way a human does it on paper, and then theoretically any number can be added