Talk:Long multiplication: Difference between revisions

Content added Content deleted
m (corrected section header indentifers.)
m (→‎Wrong algorithms: struck out C#, now only uses BigInteger for checking result)
Line 40: Line 40:
* Bracmat, calls operator *
* Bracmat, calls operator *
* C++, calls operator * of cln::cl_I
* C++, calls operator * of cln::cl_I
* C#, calls Multiply of System.Numerics.BigInteger
* <del>C#, calls Multiply of System.Numerics.BigInteger</del>
* D (1st example), calls operator * of BigInt from std.bigint
* D (1st example), calls operator * of BigInt from std.bigint
* F#, calls operator *
* F#, calls operator *