salastro / math-expert

Incomplete easy-to-use math solver and PDF generator.
MIT License
22 stars 5 forks source link

Complex numbers #1

Open salastro opened 2 years ago

salastro commented 2 years ago
salastro commented 2 years ago

It's currently handled through python's operations, so nothing complex can be done, and the j notation should be used.

salastro commented 2 years ago

Because of the use of NumPy it is possible to do some advanced operations like sin(1j). Despite that, I didn't test nth root of unity yet.