Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 648 Bytes

File metadata and controls

15 lines (11 loc) · 648 Bytes

Important

This library is not completed yet and may contain error. Work is in progress.

Mathematics

C Library for large computations. I have created this library for the calculation of very large number in C.

Notes

This library is in initial phase. Only few functions are added. Developers are welcome if they want to contribute. Beginners can also contribute.

Function Available

  1. Addition between two very large (non-negative) number.
  2. Addition between two very large floating (non-negative) number.
  3. Subtraction between two very large (non-negative) number.
  4. Subtraction between two very large floating (non-negative) number.