Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

169 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abacus will be a piece of software for calculating large numbers. (Possibly a whole mathmatics library I can use in other programs I write? There are already other options that work way better, I just want to do it for fun)

Right now i'm just working on basic number handling, but I hope to eventually slowly increase the types of calculations as well as automate the process of solving larger and more complicated equations/problems.

basic foundation is finished and working with a factorial calculator.

next step is to get it working with PEMDAS, then more technical functions like square roots? idk, eventually I want to be able to just put in a problem and have a list of all information you can possibly extrapolate out of it pulled up for you.

Skip P for now, but the idea of parenthasis reminds me of something I thought up a long time ago, P-Values for disassembling equations in a program.

  • Exponent - structure is in place but hardcoded to a single factorial
  • Multiplication - (basically already done)
  • Division - Currently in progress
  • Addition -
  • Subtraction -
  • Square roots -
  • Substitutions -

About

This will be a c++ program that can calculate large numbers using a vector array.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages