Python operator to return a function self ^right.
Definition at line 297 of file C2Functions.py. 00297 : 00298 "a**b returns a new C2Function which represents the power law, with an optimization for numerical powers" 00299 return C2Power(self, right) 00300 ##
|