def fdiff(self, argindex=1): arg = self.args[0] if argindex == 1: return S.One / C.log(arg) else: raise ArgumentIndexError(self, argindex)