binomial function for goboscript
This is a binomial library which is built for goboscript. It is designed to be used with inflator.
It only works on integers, and uses a LUT.
...
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/binomial
add binomial to your inflator.toml
config:
[dependencies]
# ...
binomial = "https://github.com/FAReTek1/binomial"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/binomial
cd binomial
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3