complex numbers in goboscript
This is a complex math library which is built for goboscript. It is designed to be used with inflator.
Note
This uses the c_
prefix
Important
There is an issue with some of the functions
various things that i looked at 2+ years ago
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/cmath
add cmath to your inflator.toml
config:
[dependencies]
# ...
cmath = "https://github.com/FAReTek1/cmath"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/cmath
cd cmath
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3