What's Changed
- more commands
- Editing the master docs by @evlrobinson in #43
- Update commands.py by @kckennylau in #50
- Update commands.py by @kckennylau in #51
- Update SeriouslyCommands.py by @kckennylau in #54
- Update SeriouslyCommands.py -- faster Fibonacci by @kckennylau in #57
- New command: E0 (α): pop a,b: push [a]*b by @kckennylau in #62
- Update tests.py by @kckennylau in #64
- Optimization of prime-related functions by @kckennylau in #66
- URGENT: BUG-FIX (and heavy optimization of prime-related functions) by @kckennylau in #67
- math.factorial accepts only integers, but float division is used. by @kckennylau in #68
- Update SeriouslyCommands.py by @kckennylau in #80
- Optimizations by @kckennylau in #82
- Optimizations by @kckennylau in #83
- Added Rabin Miller primality test code, as well as added tests for it… by @misingnoglic in #87
- Merge from master by @Mego in #93
- basic file i/o commands by @Mego in #96
- Version cmd by @Mego in #97
- update nice names by @Mego in #98
New Contributors
- @evlrobinson made their first contribution in #43
- @misingnoglic made their first contribution in #87
Full Changelog: v2.0...v2.1.27