I would like to subtract two unsigned numpy arrays and get a signed result. I don't know the types in advance. Casting both to int64 works, but this needlessly wastes space if the inputs are uint8 (casting to int16 would suffice).I would like to subtract two unsigned numpy arr