Skip to content
Snippets Groups Projects
Commit 8d56fb95 authored by Guillaume Melquiond's avatar Guillaume Melquiond
Browse files

Fix broken html.

parent c27599ba
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ module RoundingMode ...@@ -26,7 +26,7 @@ module RoundingMode
<li>RTP : Round Towards Positive <li>RTP : Round Towards Positive
<li>RTN : Round Towards Negative <li>RTN : Round Towards Negative
<li>RTZ : Round Towards Zero <li>RTZ : Round Towards Zero
</ul} *) </ul>} *)
predicate to_nearest (m:mode) = m = RNE \/ m = RNA predicate to_nearest (m:mode) = m = RNE \/ m = RNA
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment