在Python中需要进行正余弦运算的时候在cmd中需要用pip install 安装什么模块
不需要安装,在python文件里import math就可以使用import math 后math.sin()这样使用
不需要安装模块,用python自带的math模块就行