예제 #1
0
파일: basic.py 프로젝트: rlamy/pycsympy
 def __pow__(self, other):
     return power(self, other)
예제 #2
0
파일: basic.py 프로젝트: rlamy/pycsympy
 def __rpow__(self, other):
     return power(other, self)