Talk:Long multiplication: Difference between revisions

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