Releases: charto/bigfloat
Releases · charto/bigfloat
v0.1.1
- Avoid shortening arrays to improve speed.
- Support parsing numbers from strings.
- Add
valueOf
method.
- Add
BigComplex
class.
v0.1.0
- Include UMD bundle.
- Rename old class to BigFloat32.
- Add BigFloat53, alternative implementation based on an unevaluated sum of multiple components.
- Allow re-using objects to avoid memory allocations.
v0.0.3
- Trim useless zero limbs to avoid bugs in optimizations.
- Add truncate function to round towards zero.
v0.0.2
- Implement missing operations.
- Improve readme.