Federico Ceratto
|
d9cb85c2d8
|
Spellcheck
|
2016-02-29 11:25:51 +00:00 |
|
Dominik Picheta
|
d79a5f5276
|
Added missing modules to lib.txt and warnings to some module's docs.
|
2016-01-18 15:33:39 +00:00 |
|
Adam Strzelecki
|
43bddf62dd
|
lib: Trim .nim files trailing whitespace
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
|
2015-09-04 23:03:56 +02:00 |
|
def
|
fa1e209b63
|
Typo
|
2015-01-28 02:31:26 +01:00 |
|
Araq
|
649dfa09c4
|
updated poly.nim
|
2014-08-28 08:50:01 +02:00 |
|
Araq
|
11b6958755
|
big rename
|
2014-08-27 23:42:51 +02:00 |
|
Robert Persson
|
5a18100816
|
Fixed some minor stuff in module poly
Removed the stupid initPolyFromDegree which only served ro re-allocate
results. Also fixed some minor stuff with nil return values in roots.
|
2013-07-07 01:50:10 +02:00 |
|
Robert Persson
|
0d2f8d5079
|
Optimized integrate function in module poly
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
|
2013-07-07 01:26:00 +02:00 |
|
Robert Persson
|
ce1399db2d
|
Optimized divMod in poly
Made a huge speed improvement in debug mode. Only a few % in release,
but the memory load should be somewhat lower.
|
2013-07-03 12:44:26 +02:00 |
|
Robert Persson
|
2cae55ae04
|
Fixed a mixed bag of stuff poly and numeric
|
2013-07-03 01:15:31 +02:00 |
|
Robert Persson
|
d1a90c6ec6
|
Cleanup of poly an numeric modules
Removed some test code
|
2013-07-02 20:55:27 +02:00 |
|
Robert Persson
|
85dbc2d306
|
Added poly and numeric modules
|
2013-07-02 16:01:41 +02:00 |
|