Skip to content

harsh241082/Infinte-Precision-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Infinite Precision Library

A C++ library for performing arithmetic operations with arbitrary precision.

Features

  • High-precision integer arithmetic
  • Support for basic operations (addition, subtraction, multiplication, division)
  • Efficient computation for large numbers

Project Structure

  • myinf_arth.hh - Header file with class definitions
  • my_inf_arith.cpp - Implementation file
  • inf_arth.cpp - Additional arithmetic functions
  • Makefile - Build configuration

Building

To compile the project, run:

make

Usage

Include the header file in your project:

#include "myinf_arth.hh"

Then use the classes and functions for infinite precision arithmetic operations.

License

Course Assignment - SDF

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors