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