X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fex.h;h=13177e28b9d6613fdeef29d6ebcdc51fc2193421;hp=ef121bc5d2402a1878f5f0a2d2869898f50a63bf;hb=979b2636e20e037573c7c178a2e99fba282ed711;hpb=fe05a95540836868b2c0e57c6e61de59bc84a65d diff --git a/ginac/ex.h b/ginac/ex.h index ef121bc5..13177e28 100644 --- a/ginac/ex.h +++ b/ginac/ex.h @@ -752,6 +752,9 @@ inline size_t nops(const ex & thisex) inline ex expand(const ex & thisex, unsigned options = 0) { return thisex.expand(options); } +inline ex conjugate(const ex & thisex) +{ return thisex.conjugate(); } + inline bool has(const ex & thisex, const ex & pattern) { return thisex.has(pattern); }