Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.12 KB

File metadata and controls

17 lines (12 loc) · 1.12 KB

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 -