使用float64时TypeError:'module'对象不可调用

时间:2014-11-13 03:56:28

标签: python floating-point

      2 z = 1
      3 while z!=0:
      4         n+=1
----> 5         z=float64(y)**(-n)
      6 return n
      7 

TypeError: 'module' object is not callable 

0 个答案:

没有答案