]> www.ginac.de Git - ginac.git/blobdiff - ginac/inifcns_trans.cpp
- put everything in "GiNaC" namespace
[ginac.git] / ginac / inifcns_trans.cpp
index 410657333ec68e4bc97903ffa5782c6c2e754228..e26050a6453d93b45a7128267b0a8dbd9ff7436a 100644 (file)
@@ -30,6 +30,8 @@
 #include "numeric.h"
 #include "power.h"
 
+namespace GiNaC {
+
 //////////
 // exponential function
 //////////
@@ -737,3 +739,5 @@ ex atanh_diff(ex const & x, unsigned diff_param)
 }
 
 REGISTER_FUNCTION(atanh, atanh_eval, atanh_evalf, atanh_diff, NULL);
+
+} // namespace GiNaC