Python中的三角函数2

2026-02-12 21:44:47

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

Python中的三角函数2

Python中的三角函数2

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

Python中的三角函数2

Python中的三角函数2

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

Python中的三角函数2

Python中的三角函数2

4、hypot(a, b):返回欧几里德范数 sqrt(a*a+b*b)。

Python中的三角函数2

Python中的三角函数2

猜你喜欢