bfloat; arbitrary precision floating point arithmetic; speed relative to GMP,gmpy
Subject: bfloat; arbitrary precision floating point arithmetic; speed relative to GMP,gmpy
From: Bartlett, Charles S.
Date: Fri, 24 Aug 2007 13:00:45 -0400
Please answer:
- the largest floating point (or big floating point) number that Maxima
can handle is ~ 1.797e308 - correct? bfloat only allows changing the
number of digits of precision, not increasing the exponent beyond 308?
- Maxima can do arbitrary precision floating point arithmetic, within
the bounds (+- 2.225073858507201e-308, +- 1.797693134862316e+308) [ieee
754 64-bit bounds] ?
- any idea on the speed comparison between running equivalent
operations in Maxima vice using GMP or gmpy?
Thanks again for your replies