def __rdiv__(self, other): return arrays.divide(arrays.asvarray(other), self.data)
 def __pow__(self,other): return arrays.power(self.data, arrays.asvarray(other))