问答详情
源自:5-3 Python导入模块

math 中的sin函数与cos函数如何使用?

from math import sin as mathsin
……
#后面不知道了,求大神解答

提问者:是小老头子呀 2022-02-03 16:47

个回答

  • weixin_慕用0068683
    2022-02-13 15:45:30

    直接用


    degree = 90

    mathsin(degree)