get a tuple of the domain of the function
Definition at line 236 of file C2Functions.py.
00236 : 00237 "returns xMin, xMax" 00238 return self.xMin, self.xMax 00239 ##