摘要: 引言 初学python,发现有math这个函数库,决定好好地总结一番,方便以后运用,使用 import math #引入math 常用math()函数 1.常用数值及其转换 1 math.pi #Π 圆周率 2 math.radians(180) #度数转为弧度 math.degrees(x) 将弧 阅读全文
posted @ 2021-05-04 17:28 DDan 阅读(495) 评论(0) 推荐(0)