Well, TypeCalc isn’t going to be out in too much of a hurry, as there’s some issues with it.
However, we have a new project that should appear pretty soon!
Read the rest of this entry »
Well, TypeCalc isn’t going to be out in too much of a hurry, as there’s some issues with it.
However, we have a new project that should appear pretty soon!
Read the rest of this entry »
Right now, as I write, I am sending out alpha versions of my latest project to select people. After a bit of testing, hopefully I’ll be able to release public version 1 of this expression evaluator.
The expression evaluator simply takes what you put in (a mathematical equation), solves it. While the current version does not support true expressions (2x = 2 * 8 turned into x = 8), it does accept +-×÷· operators, (Written as +-*/ in program), as well as powers (denoted by the ^ symbol), and brackets to change the order of operations.
Everything’s ready to go here! Get ready to see some interesting stuff coming from us here.