Python中的三角函数1

时间:2024-10-14 14:17:07

下面简单介绍下python中的几种三角函数。

Python中的三角函数1

工具/原料

电脑

python

三角函数:

1、acos():返回参数的反余弦弧度值。

Python中的三角函数1
Python中的三角函数1

2、asin():返回参数的反正弦弧度值。

Python中的三角函数1
Python中的三角函数1

3、atan():返回参数的反正切弧度值。

Python中的三角函数1
Python中的三角函数1

4、atan2(y, x):返回X 和 Y 坐标值的反正切值。

Python中的三角函数1
Python中的三角函数1
© 手抄报圈