algebra.js icon indicating copy to clipboard operation
algebra.js copied to clipboard

Add support for complex arithmetic

Open mabotkin opened this issue 9 years ago • 2 comments

I'm currently looking for a library to parse an expression in javascript and be able to evaluate it with complex variables as input. I saw that complex.js was already included so I was wondering if there were plans to have support for complex variables in the future. I could work on it if necessary.

mabotkin avatar Oct 18 '16 22:10 mabotkin

I was interested in a similar thing. It seems like complex numbers are built in, but it doesn't recognize them with the algebra.parse() function.

superMDguy avatar Nov 29 '16 18:11 superMDguy

Please feel free to work on this @mabotkin. I did explore complex numbers at some point (hence the stuff in complex.js) but did not get around to incorporating it.

nicolewhite avatar Feb 14 '17 07:02 nicolewhite