my_complex

Last updated:

0 purchases

my_complex Image
my_complex Images
Add to Cart

Description:

my complex

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));
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.