Talk:Long multiplication: Difference between revisions

From Rosetta Code
Content added Content deleted
(BigNum?)
 
m (Agreed.)
Line 1: Line 1:
=BigNum=
=BigNum=

Wouldn't it be appropriate to replace this task with [http://en.wikipedia.org/wiki/Bignum arbitrary-precision arithmetic] implementation? I.e. long to long +, -, *, /, and long to short +, -, *, /. The divisions are to be implemented in a complete form (result + remainder).
Wouldn't it be appropriate to replace this task with [http://en.wikipedia.org/wiki/Bignum arbitrary-precision arithmetic] implementation? I.e. long to long +, -, *, /, and long to short +, -, *, /. The divisions are to be implemented in a complete form (result + remainder).

Hi [[Dmitry-kazakov]]. Yes that makes sense. I'll switch it. [[User:NevilleDNZ|NevilleDNZ]] 09:34, 26 February 2009 (UTC)

Revision as of 09:34, 26 February 2009

BigNum

Wouldn't it be appropriate to replace this task with arbitrary-precision arithmetic implementation? I.e. long to long +, -, *, /, and long to short +, -, *, /. The divisions are to be implemented in a complete form (result + remainder).

Hi Dmitry-kazakov. Yes that makes sense. I'll switch it. NevilleDNZ 09:34, 26 February 2009 (UTC)