A simple graphing calculator written in JAVA, still in heavy development. We hope to be expanding it with a CAS in the near future.
Stars
2
Forks
0
Watchers
2
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
4
commits
Merge branch 'master' of git://github.com/linuxN00b92/OpenCalc
2b27043View on GitHubselection system added to newGraph, as well as a new dragging navigation interface. Got rid of some debugging output.
27730ceView on GitHubadded square root and negation operators to renderer, fixed some parsing issues, fixed render issue with factorial. also adde new interface TopLevelContainer, all objects must be added to something that implements this interface. Allows the histories, which are draw on a windows glasspane to be displayed for popup windows.
8410cdaView on GitHubnew jnlp files, to run the standard and development versions of the app, via the webpage.
ea0642eView on GitHubchanged a number of files to handle bad input, fixed some parsing errors.
51d491cView on GitHubForgot to add new files, now it has parenthesis, and other unaryExpression.
b2aa6f1View on GitHubParenthesis added to renderer, along with other UnaryExpressions. Issues in parser also fixed.
221c48dView on GitHubFixed issues in parser, many new features in rendering system. Created new value, Nothing.
4913823View on GitHubNew experimental rendering, field history system update, fixed issue with parser, other random bug fixes.
555fef6View on GitHubMessed up the last commit, this should be the correct new version with field histories and new interface.
2ee3e41View on GitHubChanged the interface, added historyies to text fields, fixed some bugs in the parser, it still needs to be restructured.
ba96a18View on GitHub