mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 13:40:20 +02:00
input checks, general review, adding new functions
Defines functions: 1. binomial() 2. convolve() 3. all_numeric() 4. is_addable() Input data check in all functions. Recoding of: 1. cumsum (a non-recursive version) 2. median() 3. count_true() (more efficient version) 4. polynomial functions so that a zero polynomial is represented by [0] and not by []
This commit is contained in: