Python  1.0
Namespaces | Functions
_01e_multbin.py File Reference

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)