my_complex 0.0.1 copy "my_complex: ^0.0.1" to clipboard
my_complex: ^0.0.1 copied to clipboard

outdatedDart 1 only

A starting point for Dart libraries or applications.

complex #

A library for Dart developers. It is awesome.

Usage #

A simple usage example:

import 'package:complex/complex.dart';

main() {
  var c = new Complex.cartesian(0,2);
  var p = new Complex.polar(2, math.PI/2);
  print(c.equals(p));
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
0
pub points
32%
popularity

Publisher

unverified uploader

A starting point for Dart libraries or applications.

Homepage

License

unknown (LICENSE)

More

Packages that depend on my_complex