rcomplex 0.1.2

A simple class for manipulating complex numbers. This project is mainly for educational purposes, and I reccomend using other more complete packages for complex math.
Documentation
# rust_complex [![Build Status]https://travis-ci.org/ereide/rust_complex.svg?branch=master]https://travis-ci.org/ereide/rust_complex 
A module for using complex numbers in Rust. 

This project is mainly for the educational purposes to better understand how Rust works.