Fix formatting

This commit is contained in:
Christoph Hertzberg 2020-01-08 13:58:18 +01:00
parent 19876ced76
commit 9623c0c4b9

View File

@ -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>