summaryrefslogtreecommitdiffstats
path: root/libdimension/tests/polynomial.c
Commit message (Expand)AuthorAgeFilesLines
* libdimension: Modularize tests.Tavian Barnes2015-10-251-222/+0
* Modularize the libdimension codebase.Tavian Barnes2015-10-251-1/+1
* polynomial: Fix too-small array in test.Tavian Barnes2014-07-291-7/+9
* Add a C99 conformance test for the headers.Tavian Barnes2014-06-121-1/+1
* Use // comments when possible.Tavian Barnes2014-06-071-11/+11
* Fix a bug in cubic polynomial solver, and add more tests.Tavian Barnes2014-02-031-32/+160
* Fix the polynomial solver when the bounds are exact.Tavian Barnes2012-12-211-0/+24
* Improve the unit test macro API a bit.Tavian Barnes2012-12-181-14/+25
* Convert the polynomial tests to the new testing framework.Tavian Barnes2012-12-181-31/+26
* Use Rouillier and Zimmerman's version of the Uspensky algorithm.Tavian Barnes2011-10-311-8/+8
* Make API more consistent.Tavian Barnes2011-10-301-4/+4
* Group tests and benchmarks with the corresponding source code.Tavian Barnes2011-05-151-0/+62