]> www.ginac.de Git - ginac.git/blobdiff - ginac/power.h
- replaced the Derivative() function by a more resonable fderivative class;
[ginac.git] / ginac / power.h
index 952a72a6e56622fc3b8fdb8959a1c9edf29a524c..175fea057c39fa12fb25388f478ff2a9b293eb6d 100644 (file)
@@ -46,7 +46,7 @@ public:
        power(const ex & lh, const ex & rh) : inherited(TINFO_power), basis(lh), exponent(rh) {}
        template<typename T> power(const ex & lh, const T & rh) : inherited(TINFO_power), basis(lh), exponent(rh) {}
        
-       // functions overriding virtual functions from bases classes
+       // functions overriding virtual functions from base classes
 public:
        void print(const print_context & c, unsigned level = 0) const;
        unsigned precedence(void) const {return 60;}