n-arms / math-parser

A library to take in a string and output a mathematical result, as well as acting as a Computer Algebra System.
0 stars 0 forks source link

Complex Numbers #4

Closed n-arms closed 3 years ago

n-arms commented 3 years ago

Description

Various trees (anything with non-integer exponents acting on a negative number) with throw an ArithmeticException if they are executed, and complex numbers are useful in their own right.

n-arms commented 3 years ago

Still need to implement detection of key variables like i, but I'm saving that for the next big parser overhaul