complexible 0.2.4

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
[dependencies]

[package]
authors = ["Keyvan Mas <kevmasajedi@gmail.com>"]
categories = ["mathematics"]
description = "A minimal and user-friendly Rust library complex-number operations, bringing the joy of complex mathematics to Rustaceans everywhere!"
edition = "2021"
keywords = ["complex-numbers", "math", "rust"]
license = "MIT"
name = "complexible"
readme = "README.md"
repository = "https://github.com/kevmasajedi/complexible"
version = "0.2.4"