]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns.h
Synced to HEAD
[ginac.git] / ginac / inifcns.h
index 412eed53a5788146351a9bdcb2a11a7947d040c9..a17c8d2dfb6761713db6dd6e4c0ce356d4972738 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to GiNaC's initially known functions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -28,6 +28,9 @@
 
 namespace GiNaC {
 
+/** Complex conjugate. */
+DECLARE_FUNCTION_1P(conjugate_function)
+       
 /** Absolute value. */
 DECLARE_FUNCTION_1P(abs)