Skip to content

This will be a c++ program that can calculate large numbers using a vector array. Originally this was for a hackerrank challenge, but with the amount of work this will take, fuck you, it gets its own repository & will hopefully be re-used

Notifications You must be signed in to change notification settings

CaVanRay/Abacus

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 -

Multiplication - (basically already done)

Division -

Addition -

Subtraction -

Square roots -

Substitutions -

About

This will be a c++ program that can calculate large numbers using a vector array. Originally this was for a hackerrank challenge, but with the amount of work this will take, fuck you, it gets its own repository & will hopefully be re-used

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages