In [3]: from math import sqrt as msqrt. In [4]: from numpy import sqrt as nsqrt. In [5]: from scipy import sqrt as ssqrt. In [6]: %timeit msqrt(3.14)
確定! 回上一頁