]> www.ginac.de Git - cln.git/blobdiff - src/float/transcendental/cl_F_tan.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / float / transcendental / cl_F_tan.cc
index 9cc66a458c582c0da307cd532c2a51e7bcf30445..fb4c6c561c4f3253194a8dd3bdb2dc5b96c186c0 100644 (file)
@@ -11,8 +11,7 @@
 
 namespace cln {
 
-MAYBE_INLINE
-const cl_F tan (const cl_F& x)
+CL_INLINE const cl_F CL_INLINE_DECL(tan) (const cl_F& x)
 {
 // Methode:
 // (/ (sin x) (cos x))