adityapandey1998 / LargeIntegers

Basic mathematical functions on Large sized integers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Basic mathematical functions on Large sized integers.

License:MIT License


Languages

Language:C 88.1%Language:C++ 11.9%