complex-stuff 1.0.0

A library for working with complex numbers in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Jonathan Kappler <kapplerjonathan5@gmail.com>"]
description = "A library for working with complex numbers in rust"
edition = "2021"
keywords = ["complex", "numbers", "math"]
license = "MIT"
name = "complex-stuff"
readme = "README.md"
repository = "https://github.com/jon5th5n/complex-stuff"
version = "1.0.0"