serso / android-calculatorpp

Android Calculator
421 stars 201 forks source link

plot complexes as point of a complex-enabled 2D plan #210

Open drzraf opened 2 years ago

drzraf commented 2 years ago

When graphing i + 1, it draws a straight line (y = 1).

Would be nice, if it detected the presence of i and enabled complex coordinates so that it draw a point at (1, 1). If we could then draw series of points (using Σ ?) we could display Julia/Mandelbrot sets (and that would rock)