creachadair / imath

Arbitrary precision integer and rational arithmetic library
Other
129 stars 20 forks source link

Add unit tests for iprime and rsamath #33

Open creachadair opened 5 years ago

creachadair commented 5 years ago

There is presently no real test coverage of either of these libraries, except indirectly through the example programs findprime, randprime and rtest. Those programs only serve to prove the libraries compile, however; they need some actual verification cases.