my_complex_nullsafety 0.1.2
my_complex_nullsafety: ^0.1.2 copied to clipboard
naive implementation of cartesian and polar complex numbers.
Changelog #
0.0.1 #
- Initial version, fast Complex number library!
0.0.2 #
- Changed equals functions to catch identity faster
0.0.3 #
- Made some fields final
- Corrected wrong path in README.md
0.0.4 #
- Learned how to add documentation so that it appears on the pub
- renamed "equal" to "similar"
0.1.0 #
- compatibility with dart2
0.1.1 #
- executable for dart version 3.4.1