NFTN

  • 用Python计算正弦函数值

    一、Python中正弦函数的调用方法 Python中提供了numpy库,可以用其中的sin()函数来求正弦值。 import numpy as np x = np.sin(0.5)…

    编程 2024-10-04