- fixed the normalization-bug (BugList: Number 02)
reported by Nigel.Smart@cm.cf.ac.uk
- fixed the memory bug in string_to_bigfloat()
(BugList: Number 03) reported by trumm@cs.uni-sb.de
- fixed the atan2()
-bug (BugList: Number 05)
reported by Nigel.Smart@cm.cf.ac.uk
- fixed the sign-bug in string_to_bigfloat()
(BugList: Number 10) reported by khuwig@cs.uni-sb.de
- fixed the string-bug in string_to_bigfloat()
(BugList: Number 13) reported by khuwig@cs.uni-sb.de
- changed binary_precision
to decimal_precision
in
get_precision()
.
- added the friend function swap(bigfloat & a, bigfloat & b)
.
- added the functions get_mode()
, get_precision()
and made intify()
, longify()
, doublify()
,
bigintify()
const
as reported by
cremona@maths.exeter.ac.uk