ComplexNumbers 0.1.3

a library for performing operations on complex numbers in which the magnitude of the real and imaginary parts are provided in f64 datatype.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "ComplexNumbers"
version = "0.1.3"
authors = ["msaleh"]
edition = "2018"
license = "MIT"
description = "a library for performing operations on complex numbers in which the magnitude of the real and imaginary parts are provided in f64 datatype."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]