ros.py 文件源码

python
阅读 37 收藏 0 点赞 0 评论 0

项目:ROS-Code 作者: Richienb 项目源码 文件源码
def constant(constanttype):
    import math
    constanttype = constanttype.lower()
    if constanttype == 'pi':
        return math.pi
    elif constanttype == 'e':
        return math.e
    elif constanttype == 'tau':
        return math.tau
    elif constanttype == 'inf':
        return math.inf
    elif constanttype == 'nan':
        return math.nan

# Find The Power Of A Number
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号