Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 1.11 KB

File metadata and controls

9 lines (8 loc) · 1.11 KB

Description

Big number basic arithmetic calculator of additions, subractions, division, multiplications and modulations, using dynamic memory allocation. Arbitrary-precision arithmetic, also called a big number arithmetic, multiple precision arithmetic, or sometimes infinite-precision arithmetic indicates that calculations are performed on numbers whose digits of precision are limited only by the available memory of the host system. This contrasts with the faster fixed-precision arithmetic found in a most arithmetic logic unit (ALU) hardware, which typically offers between 8 and 64 bits of precision. A fixed point floating-point number is also supported. Big Number is in the form of string. Arithmetic operations supported are Addition, Subtraction, Multiplications, Division and Modulus.

Purpose :

Purpose of all my repositories, if used, can be used for EDUCATIONAL PURPOSE ONLY. It can be used as the open source and freeware. Kindly read the LICENSE.txt for license, terms and conditions about the use of source codes, binaries, documentation and all other files, located in all my repositories.