This is basically a calculator program that allows you to do math calculations with the precision of up to 256 digits before and after the decimal place. All numbers are stored in BCD.
Implemented:
Rudimentary right-to-left parser
Addition
Negation (and this subtraction)
Multiplication
Todo:
Division
Trig functions
Constants e, pi, and tao
PENTAS ooo and parentheses
Logs, exponents
If you want to scout for bugs, you can download it here.
Implemented:
Rudimentary right-to-left parser
Addition
Negation (and this subtraction)
Multiplication
Todo:
Division
Trig functions
Constants e, pi, and tao
PENTAS ooo and parentheses
Logs, exponents
If you want to scout for bugs, you can download it here.