示例#1
0
def cos(a):
    '''Cosine of input'''
    return _maths.cos(a)
示例#2
0
def cos(a):
    """Cosine of input"""
    return _maths.cos(a)