ccmath 0.2.0

A simple library for doing math with complex numbers
Documentation
1
2
3
4
5
6
7
8
9
10
11
# CCMath

Complex number library for a hobby project. Wasn't speficially made for others to use, but I try my best to make it as good as I can!

# To Do list

- Implement exponentiation by squaring
- Inverse triginometric functions
- ~~Hyperbolic triginometric functions~~
- Inverse hyperbolic triginometric functions
- ~~Put all operator overloading in a seperate file~~