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

naive implementation of cartesian and polar complex numbers.

complex #

A library for Dart developers. It is awesome.

Usage #

A simple usage example:

import 'package:my_complex/my_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
15
pub points
32%
popularity

Publisher

unverified uploader

naive implementation of cartesian and polar complex numbers.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on my_complex