X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fflags.h;h=6cf3ea94dde8b34e88b477d6d075ec7d97e3525c;hp=8c4bdfb2ae16ae9a22084268d1e2c23f3539bb42;hb=f79727f9acf4f78ff71cbe324c333c234c211cb5;hpb=aa378587448168767c40dcfc4c819d2893fc24a5;ds=sidebyside diff --git a/ginac/flags.h b/ginac/flags.h index 8c4bdfb2..6cf3ea94 100644 --- a/ginac/flags.h +++ b/ginac/flags.h @@ -61,7 +61,8 @@ class domain { public: enum { complex, - real + real, + positive }; }; @@ -196,7 +197,7 @@ public: class info_flags { public: enum { - // answered by class numeric + // answered by class numeric and symbols/constants in particular domains numeric, real, rational,