Skip to content

inflated-goboscript/binomial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binomial.gs

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.

Credits

...

Installation

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"

Development

use inflate install -e .:

  1. clone the respository: git clone https://github.com/FAReTek1/binomial
  2. cd binomial
  3. inflate install -e .
  4. cd test
  5. inflate
  6. goboscript build
  7. open test.sb3

About

binomial function gobo

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published