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. It's available on the gtp.
inflate install binomial
add binomial to your inflator.toml config:
[dependencies]
# ...
binomial = "binomial"use inflate install -e .:
- clone the respository:
git clone https://github.com/inflated-goboscript/binomial cd binomialinflate install -e .cd testinflategoboscript build- open
test.sb3