complex 0.8.0
complex: ^0.8.0 copied to clipboard
A representation of a complex number, i.e. a number which has both a real and imaginary part.
0.8.0 #
- Compatible with Dart 3
- [BREAKING] exponential functions receive a HihPrecision object instead of a list of two doubles
0.7.2 #
- Added example
- Enhanced readme
0.7.1 #
- Adding very good analysis (linter)
- Enhancing syntax based on linter and null-safety
0.7.0 #
- Migrated to null-safety
- Some test fixed
0.6.1 #
- Adding docs for constructors
- Complex constructos as cons constructor
- constants with better usage of effective dart
0.6.0 #
- Adding Cartesian and Polar complex.
0.5.0 #
- Compatible with Dart 2