complex_numbers_dart 1.0.1
complex_numbers_dart: ^1.0.1 copied to clipboard
A robust implementation of complex numbers for Dart and Flutter.
1.0.1 #
Fix: Improved the efficiency and accuracy of the nthRoots method by removing unnecessary String/Double conversions.
- Documentation: Added complete documentation (
///comments) to all classes, constants, and public methods for improved code compression. - Maintenance: General code cleanup and refactoring.
1.0.0 #
- Initial version.