summaryrefslogtreecommitdiff
path: root/mpfr.h
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-05-18 12:55:17 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-05-18 12:55:17 +0000
commit70c90fa1907f4153d7a239ecd090d1521727c575 (patch)
tree6099ff804b4aadff6a5b20afdae2f3b556c9879d /mpfr.h
parentc76edff0bc1210a9a5907fcb59f1cd4b018a8ec1 (diff)
downloadmpfr-70c90fa1907f4153d7a239ecd090d1521727c575.tar.gz
corrected comment about field mp_size
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@518 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr.h')
-rw-r--r--mpfr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr.h b/mpfr.h
index e52dbc958..14cf40738 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -47,7 +47,7 @@ typedef struct {
/* not the number of mp_limb_t's. This means */
/* that the corresponding number of allocated
limbs is >= ceil(_mp_prec/BITS_PER_MP_LIMB) */
- mp_size_t _mp_size; /* abs(_mp_size) is the number of allocated
+ mp_size_t _mp_size; /* ABSSIZE(.) is the number of allocated
limbs the field _mp_d points to.
The sign is that of _mp_size.
The number 0 is such that _mp_d[k-1]=0