divident / complex-number-calculator

complex number calculator with code generation and script engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

complex-number-calculator

Calculator accepts all three forms of complex number (exponential, polar and rectangular), examples can be found in CalculatorTest. Calculator works with real number as well. All available operations all listed in program window. Moreover is possible to write scripts in java script to evaluate operation on calculator. Last but not least we can compile expression to bytecode, even with variables, which need to be provided as args, when running bytecode.

alt text
Example of running expression

alt text
Calculating iteratively with script engine

About

complex number calculator with code generation and script engine


Languages

Language:Java 94.5%Language:ANTLR 3.4%Language:Batchfile 2.1%