Skip to content

mazarf/graphing-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphing-calculator

So far I have a parser that uses the "shunting-yard" algorithm to parse a string expression. I'm having trouble with unary operators though...

Update 7/5: Parser now works as well as I want it to. It can read unary negation in any context. However, both powers and negation are left-associative. Syntax errors will result in the program crashing... sometimes. I think I'll just keep this a static class now.

7/14:

To build class files, type make. To build an executable jar file, type make jar.

Strange bug surfaced where some circles are drawn in the wrong place when f(x) is too high (and only sometimes). Started when I switched to Ubuntu 14.04.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages