complex_rs 0.1.0

A simple and efficient complex number library in Rust.
Documentation
[dependencies.num-traits]
version = "0.2.19"

[lib]
name = "complex_rs"
path = "src/lib.rs"

[package]
authors = ["koko11101425@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "A simple and efficient complex number library in Rust."
edition = "2024"
keywords = ["complex", "math", "number", "science"]
license = "MIT"
name = "complex_rs"
readme = false
repository = "https://github.com/so-lovely/complex_rs.git"
version = "0.1.0"