]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_F_tanh.cc
Finalize CLN 1.3.7 release.
[cln.git] / src / float / transcendental / cl_F_tanh.cc
index 0059984b8045b6af7dc4188fff2aca2b720c20c3..a6b967b3a64961b2f68bc696b9a980cc10382eb8 100644 (file)
@@ -1,7 +1,7 @@
 // tanh().
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
 #include "cln/float.h"
@@ -11,8 +11,7 @@
 
 namespace cln {
 
-MAYBE_INLINE
-const cl_F tanh (const cl_F& x)
+CL_INLINE const cl_F CL_INLINE_DECL(tanh) (const cl_F& x)
 {
 // Methode:
 // (/ (sinh x) (cosh x))