What's up next?



I'd like us to add more tests to our test suite.   The tests should be 
more organized than what we have now.  Something like a big-float test, 
double-float test, absolute-value simplification test, ... ,zeta function 
test.  At least for the things I've worked on, testing code is good 
insurance against inserting new bugs----it's not all that effective for 
discovering new bugs.  Nevertheless, everything in share should 
have testing code.

There are several things that should be appended to share----most notable
is Fabrizio Caruso's summation code.  It's more complex than just 
appending---we need to blend in user-documentation, fix up installation, 
add autoload stuff, and etc. 

Barton