Example #1
0
def arccos(a):
    '''Inverse cosine of input'''
    return _maths.arccos(a)
Example #2
0
def arccos(a):
    """Inverse cosine of input"""
    return _maths.arccos(a)