invertible 2.0.0 copy "invertible: ^2.0.0" to clipboard
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 DomainErrors
  • Added inverse method to ComposeListOfIRF extension

2.0.0-nullsafety.0 #

  • Migrated to null safety
  • Changed InvertibleFunction and its subclasses' constructors to const constructors
  • InvertibleRealFunction is an Equatable now
  • Added extensions ToIRF and ComposeListOfIRF
  • Operators << and >> are defined only for InvertibleRealFunction 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
3
likes
140
pub points
42%
popularity

Publisher

verified publisherdart.dkinom.dev

A Dart library for defining invertible functions and their compositions

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

equatable

More

Packages that depend on invertible