]> www.ginac.de Git - ginac.git/blobdiff - ginac/flags.h
Introduce expand_options::expand_transcendental.
[ginac.git] / ginac / flags.h
index 3d398cf18619c6d0f5489c319ce48622b72591d3..6da71b0432e48ea0af5710a0300c222902602f86 100644 (file)
@@ -31,7 +31,8 @@ public:
        enum {
                expand_indexed = 0x0001,      ///< expands (a+b).i to a.i+b.i
                expand_function_args = 0x0002, ///< expands the arguments of functions
-               expand_rename_idx = 0x0004 ///< used internally by mul::expand()
+               expand_rename_idx = 0x0004, ///< used internally by mul::expand()
+               expand_transcendental = 0x0008 ///< expands trancendental functions like log and exp
        };
 };