]> www.ginac.de Git - cln.git/blobdiff - src/real/transcendental/cl_R_tanh.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / real / transcendental / cl_R_tanh.cc
index 2b6e984a624ed712c3375ec48d3745bd5f761f59..4bca3b91049ca2a101d6c8e03f610aaec76544b8 100644 (file)
@@ -11,8 +11,7 @@
 
 namespace cln {
 
-MAYBE_INLINE
-const cl_R tanh (const cl_R& x)
+CL_INLINE const cl_R CL_INLINE_DECL(tanh) (const cl_R& x)
 {
 // Methode:
 // (/ (sinh x) (cosh x))