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