This class provides a custom implementation for features of the BigInteger class. All the operations like +, -, ?, *, % and all the basic operations provided by a basic calculator have been implemented. All these operations can be performed in any provided @base
Test casses have been written using Junit. Please configure Junit 5 before running the test file.