/LargeIntegers

Basic mathematical functions on Large sized integers.

Primary LanguageCMIT LicenseMIT

LargeIntegers

Basic mathematical functions on Large sized integers.

Overview

This project comprises of the basic functions such as - addition, subtraction, multiplication, division, exponent, etc. done on large integers represented in the form of Strings due to memory constraints.

The code is written completely in C.