Skip to content

Avadhoot4757/Binary-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BC Utility - Binary Calculator for Linux

BC Utility is a binary calculator implemented in C for Linux. It performs arithmetic operations on expressions involving very large numbers, adhering to the BODMAS rule. The calculator supports addition, subtraction, multiplication, and division. By using a doubly linked list, it handles numbers that exceed the storage capacity of any primitive data type. The utility also allows users to specify the desired precision for the result, calculating up to the specified decimal points.

About

Basic calculator utility of Linux in C for basic arithmetic operations such as addition, subtraction, multiplication, division, and modulo on numbers of large magnitude.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors