![]() |
Python
1.0
|
Namespaces | |
_01e_multbin | |
Multiplication using shifts. | |
Functions | |
def | _01e_multbin.Product (a, b) |
Multiplies two integers by using only the + operation. More... | |
def | _01e_multbin.Product2 (a, b, base=10) |
def | _01e_multbin.main (argv=None) |