Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Use bigint Binomial for Choose function #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 22, 2018

  1. Use bigint Binomial for Choose function

    Instead of having our own N choose K function, use Binomial
    from math/big.
    
    Because our code seems to want everything to be float64, there is
    some funky conversion going on.
    jpgoldberg committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    75ec5b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

  1. Configuration menu
    Copy the full SHA
    55b5c92 View commit details
    Browse the repository at this point in the history