Remove the segarray test

It's not needed anymore since there are not any segarrays anymore.
1 file changed
tree: 161eb109b9db94dc02125587f9104479c85a14a6
  1. include/
  2. src/
  3. tests/
  4. .gitignore
  5. .gitmodules
  6. LICENSE.md
  7. Makefile
  8. NOTICE.md
  9. README.md
README.md

bc

This is an implementation of POSIX bc. It is not even in alpha stage yet, so it is not ready for use.

Because this bc makes use of arbprec by cmgraff and hexingb et al, this bc is a collaborative effort. All arbprec contributors are considered bc contributors.

Cloning

After cloning, make sure to run git submodule update --init --recursive to clone the arbprec submodule.