Example #1
0
def mnp_subtract(x1, x2):
    return mnp.subtract(x1, x2)
Example #2
0
def mnp_subtract_kwargs(x, y, where=None, out=None):
    return mnp.subtract(x, y, where=where, out=out)