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
  • Coverage
  • 0%
    0 out of 17 items documented0 out of 11 items with examples
  • Size
  • Source code size: 18.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.75 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ereide

rust_complex Build Status

A module for using complex numbers in Rust.

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