Talk:Long multiplication: Difference between revisions

Content added Content deleted
m (→‎BigNum: fix typo.)
Line 21: Line 21:
complexity.
complexity.


The [[[ALGOL 68]]] standard had a shorthand/template ≮L≯ for this. e.g.
The [[ALGOL 68]] standard had a shorthand/template ≮L≯ for this. e.g.
'''op''' ≮÷*, %*, ÷×, %×, '''mod'''≯ = (L '''int''' a, i) L '''int''': ...
'''op''' ≮÷*, %*, ÷×, %×, '''mod'''≯ = (L '''int''' a, i) L '''int''': ...
But this for the compiler writer, and not available to programmers.
But this for the compiler writer, and not available to programmers.