Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed deprecated numeric and poly module from the stdlib | lcrees | 2017-11-16 | 1 | -371/+0 |
| | |||||
* | Spellcheck | Federico Ceratto | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | Added missing modules to lib.txt and warnings to some module's docs. | Dominik Picheta | 2016-01-18 | 1 | -0/+3 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -45/+45 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Typo | def | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | updated poly.nim | Araq | 2014-08-28 | 1 | -31/+31 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -9/+10 |
| | |||||
* | Fixed some minor stuff in module poly | Robert Persson | 2013-07-07 | 1 | -15/+9 |
| | | | | | Removed the stupid initPolyFromDegree which only served ro re-allocate results. Also fixed some minor stuff with nil return values in roots. | ||||
* | Optimized integrate function in module poly | Robert Persson | 2013-07-07 | 1 | -10/+16 |
| | | | | | Rewrote the integrate function since the old one was quite hacky. The new one is about 7 times faster in release and 3 times faster in debug | ||||
* | Optimized divMod in poly | Robert Persson | 2013-07-03 | 1 | -13/+11 |
| | | | | | Made a huge speed improvement in debug mode. Only a few % in release, but the memory load should be somewhat lower. | ||||
* | Fixed a mixed bag of stuff poly and numeric | Robert Persson | 2013-07-03 | 1 | -34/+30 |
| | |||||
* | Cleanup of poly an numeric modules | Robert Persson | 2013-07-02 | 1 | -38/+0 |
| | | | | Removed some test code | ||||
* | Added poly and numeric modules | Robert Persson | 2013-07-02 | 1 | -0/+411 |