complexible 0.2.2

A minimal and user-friendly Rust library complex-number operations, bringing the joy of complex mathematics to Rustaceans everywhere!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "complexible"
version = "0.2.2"
edition = "2021"
authors = ["Keyvan Mas <kevmasajedi@gmail.com>"]
description = "A minimal and user-friendly Rust library complex-number operations, bringing the joy of complex mathematics to Rustaceans everywhere!"
keywords = ["complex-numbers", "math", "rust"]
categories = ["mathematics"]
license = "MIT"
repository = "https://github.com/kevmasajedi/complexible"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]