Skip to content

Big number arithmetic calculator of additions, subtractions, division, multiplications and modulus, using dynamic memory allocation

License

Notifications You must be signed in to change notification settings

k-m-arun-kumar-5/Big-number-arithmetic-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Big number arithmetic calculator of additions, subtractions, division, multiplications and modulus, using dynamic memory allocation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages