diff options
Diffstat (limited to 'gnu/usr.bin/dc/README')
| -rw-r--r-- | gnu/usr.bin/dc/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/usr.bin/dc/README b/gnu/usr.bin/dc/README new file mode 100644 index 000000000000..c23cc6699202 --- /dev/null +++ b/gnu/usr.bin/dc/README @@ -0,0 +1,13 @@ +This is a preliminary release of GNU `dc', since people asked for it. GNU +`bc' (which doesn't rely on a separate `dc') has been available separately +for a couple of years. Eventually this version of `dc' will be merged with +the bc package. + +See comments in the file decimal.c for some limitations in the arbitrary +precision library. It's questionable whether it's worth fixing these +problems since the merged dc will probably use bc's math library instead. +However, you might want to be aware of known problems. + +See the file `INSTALL' for instructions on building and installing dc. + +Please report bugs to bug-gnu-utils@prep.ai.mit.edu. |
