Skip to content

Releases: Nishi-Inc/bigNumber

bigNumber v1.0.0

03 Sep 14:46
Compare
Choose a tag to compare

v1.0.0

This is a STABLE RELEASE.

Features

  • It's a small and optimized bignum library for Java
  • Provides powerful methods to do full arithmetic calculations on large numbers using optimized algorithms
  • Provides a data-type Big to create large numbers. This data-type eliminates the hassle of using java.math.BigInteger and java.math.Bigdecimal.
  • Very small in size and provides powerful features which not available in inbuilt Java bignum library.
  • Integrates with almost all sort of Java projects flawlessly. To read how to install read Install guide.
  • Online API documentation as well as javadoc archive easily available on the same page.
  • It uses semantic versioning so you can be sure about the compatibility with your project when upgrading to any new version of this library.

bigNumber v1.0.0-beta

26 Aug 05:42
Compare
Choose a tag to compare
bigNumber v1.0.0-beta Pre-release
Pre-release

v1.0.0-beta

Features

  • Provides powerful methods to do full arithmetic calculations on large numbers using optimized algorithms
  • Provides a data-type Big to create large numbers. This data-type eliminates the hassle of using java.math.BigInteger and java.math.Bigdecimal.
  • Very small in size and provides powerful features which not available in inbuilt Java bignum library.
  • Integrates with almost all sort of Java projects flawlessly. To read how to install read Install guide.
  • Online API documentation as well as javadoc archive easily available on the same page.
  • It uses semantic versioning so you can be sure about the compatibility with your project when upgrading to any new version of this library.