]> www.ginac.de Git - ginac.git/blobdiff - ginac/ex.h
Synced to HEAD
[ginac.git] / ginac / ex.h
index ef121bc5d2402a1878f5f0a2d2869898f50a63bf..13177e28b9d6613fdeef29d6ebcdc51fc2193421 100644 (file)
@@ -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); }