aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2020-01-08 13:58:18 +0100
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2020-01-08 13:58:18 +0100
commit9623c0c4b9f40e74ba6ba551f86831616bdd488c (patch)
treef087bb78dbdcee3ed66e1c4dc020ef1f1dba7c76 /doc
parent19876ced76bd1730008e02fc4c43c2228faed38a (diff)
Fix formatting
Diffstat (limited to 'doc')
-rw-r--r--doc/CoeffwiseMathFunctionsTable.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/CoeffwiseMathFunctionsTable.dox b/doc/CoeffwiseMathFunctionsTable.dox
index ce2f5e097..d6ad06f3a 100644
--- a/doc/CoeffwiseMathFunctionsTable.dox
+++ b/doc/CoeffwiseMathFunctionsTable.dox
@@ -401,8 +401,8 @@ This also means that, unless specified, if the function \c std::foo is available
\link Eigen::rint rint\endlink(a);
</td>
<td>nearest integer, \n rounding to nearest even in halfway cases</td>
- <td>built-in generic implementation using <a href="http://en.cppreference.com/w/cpp/numeric/math/rint">\c std::rint</a>
- or <a href="http://en.cppreference.com/w/c/numeric/math/rint">\c rintf</a>; </td>
+ <td>built-in generic implementation using <a href="http://en.cppreference.com/w/cpp/numeric/math/rint">\c std::rint </a>; \cpp11
+ or <a href="http://en.cppreference.com/w/c/numeric/math/rint">\c rintf </a>; </td>
<td>SSE4,AVX (f,d)</td>
</tr>
<tr>