invertible 2.0.0 invertible: ^2.0.0 copied to clipboard
A Dart library for defining invertible functions and their compositions
2.0.0 #
- Stable null safety release
2.0.0-nullsafety.1 #
- Added
DomainError
s - Added
inverse
method toComposeListOfIRF
extension
2.0.0-nullsafety.0 #
- Migrated to null safety
- Changed
InvertibleFunction
and its subclasses' constructors toconst
constructors InvertibleRealFunction
is anEquatable
now- Added extensions
ToIRF
andComposeListOfIRF
- Operators
<<
and>>
are defined only forInvertibleRealFunction
now - Got rid of
initInvertible
1.0.0 #
- Initial stable release
1.0.0-beta.1 #
- Removed
dart:mirrors
import for js support
1.0.0-beta.0 #
- Initial version (beta), created by Bhargav