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
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 cmathinflate install -e .cd testinflategoboscript build- open
test.sb3