A C++ library for performing arithmetic operations with arbitrary precision.
- High-precision integer arithmetic
- Support for basic operations (addition, subtraction, multiplication, division)
- Efficient computation for large numbers
myinf_arth.hh- Header file with class definitionsmy_inf_arith.cpp- Implementation fileinf_arth.cpp- Additional arithmetic functionsMakefile- Build configuration
To compile the project, run:
makeInclude the header file in your project:
#include "myinf_arth.hh"Then use the classes and functions for infinite precision arithmetic operations.
Course Assignment - SDF