aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/03-notations/11859-warn-inexact-float.rst
blob: 224ffdbe9b4464b7a58b14f3a8a70be5b4a817ca (plain)
1
2
3
4
5
6
- **Added:**
  In primitive floats, print a warning when parsing a decimal value
  that is not exactly a binary64 floating-point number.
  For instance, parsing 0.1 will print a warning whereas parsing 0.5 won't.
  (`#11859 <https://github.com/coq/coq/pull/11859>`_,
  by Pierre Roux).