Long multiplication: Difference between revisions

Content added Content deleted
m (added commas to the hugh numbers to make them easier to read (and count the decimal digits).)
m (→‎version 1: added a word to the REXX section header.)
Line 3,823: Line 3,823:
::*   leading signs
::*   leading signs
::*   decimal points
::*   decimal points
::*   automatically adjusting the number of digits needed
::*   automatically adjusting the number of decimal digits needed


Programming note: &nbsp; <big>&&</big> &nbsp; is REXX's &nbsp; '''exclusive or''' &nbsp; operand.
Programming note: &nbsp; <big>&&</big> &nbsp; is REXX's &nbsp; '''exclusive or''' &nbsp; operand.