ccmath 1.0.0

A simple library for doing math with complex numbers
Documentation
1
2
3
4
5
6
7
8
# Read this before contributing

Hello and welcome to this library for complex numbers, here is some info you should know before contributing to this crate!

1.  Use `Foo::bar(self)` instead of `self.bar` when using methods that are related to math, this makes more sense math notation wise, if it isn't math related, use whichever you want.
2.  When implementing new math functions, mention what formula you used for all of them in the `formulas.typ` file. It is made in the markup language Typst, which is like LaTeX but actually nice to use, and doesn't require an excessive amount of boilerplate.
3.  The usage of Artificial Intelligence-generated code is strictly prohibited
4.  Write tests for your new features! One test per feature / function / overloading / whatever is enough, but more is always appreciated!