summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-07 08:31:31 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-07 08:31:31 +0000
commitc22098e9b90dd2c7ef6ac7040e887b6b804cc603 (patch)
tree480f584588e67c13e175bc0c0ef1be8649903073
parent61ccfdd29309acaa636943b5c6c3d356e9c83faf (diff)
downloadmpfr-c22098e9b90dd2c7ef6ac7040e887b6b804cc603.tar.gz
[src/mpfr-impl.h] Updated a comment (removing a FIXME).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/ubf@10451 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/mpfr-impl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index d215f5242..cc035d346 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -2268,7 +2268,9 @@ extern "C" {
makes mpfr_t to UBF conversion unnecessary.
When an input of a public function is a UBF, the semantic remains
internal to MPFR and can change in the future.
- Note that functions used for logging need to support UBF. *FIXME* */
+ Note that functions used for logging need to support UBF (currently
+ done by printing that a number is a UBF, as it may be difficult to
+ do more without significant changes). */
typedef struct {
mpfr_prec_t _mpfr_prec;