ccmath 1.0.0

A simple library for doing math with complex numbers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "ccmath"
description = "A simple library for doing math with complex numbers"
version = "1.0.0"
edition = "2024"
license = "MIT"
keywords = ["mathematics", "complex"]
repository = "https://github.com/Definitely-Not-A-Dolphin/CCMath"
readme = "README.md"
authors = ["Derek Verduijn"]

[dependencies]
num-traits = "0.2.19"