Esempio n. 1
0
def negative(a):
    '''Negate input'''
    return _maths.negative(a)
Esempio n. 2
0
def negative(a):
    """Negate input"""
    return _maths.negative(a)