ex: ```python In [18]: norm(1000000*np.ones(2).astype('int16')) Out[18]: nan In [19]: norm(1000000*np.ones(2)) Out[19]: 1414213.562373095 ```