This is a math library for complex numbers which is built for goboscript. It is designed to be used with backpack
To use this, make sure to install backpack
You can use the cmath library by adding these lines to goboscript.toml:
[dependencies]
cmath = "https://github.com/FAReTek1/cmath@<the version you want to use>"
Then, add this %include to your gs file: you can also use this to just %include everything
%include backpack/cmath/cmath