I am working on functionality that allows the user to perform calculations on given datasets, constants and variables. For example, one of the datasets I supply is the revenue a single worker is responsible for - the user can specify the time frame.
So then you could have an equation
some total = MAX(A) + SUM(A) + B/C - (F-D) where
A = some dataset
B,C,F,D = some total already calculated and now referenced or some constant
Now I just Rambo'd in and started writing a class called PeteAlbertsEquationSolverWorldSolution, which I enjoyed very much. But then reality hit - my boss reminded me that in the real world we have time constraints. So now I'm looking for some existing functionality to use. (Which I should've done from the start.)
Could someone direct me somewhere?
*This post is locked for comments
I have the same question (0)