summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2014-03-30 19:13:44 +0200
committerMarc Glisse <marc.glisse@inria.fr>2014-03-30 19:13:44 +0200
commitd548a4ef5497a52e774775556faeceede706d0c8 (patch)
treeef32ff83b55c40da25ba47efda77a8646a608449 /README
parent0cc4e803e41f5bedecebf87cfadf1589ce9c2919 (diff)
downloadgmp-d548a4ef5497a52e774775556faeceede706d0c8.tar.gz
README: Remove mention to Berkeley MP compatibility
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 1 insertions, 6 deletions
diff --git a/README b/README
index 013899dc0..73ce3648c 100644
--- a/README
+++ b/README
@@ -56,7 +56,7 @@ which components of GNU MP).
OVERVIEW OF GNU MP
-There are five classes of functions in GNU MP.
+There are four classes of functions in GNU MP.
1. Signed integer arithmetic functions (mpz). These functions are intended
to be easy to use, with their regular interface. The associated type is
@@ -82,11 +82,6 @@ There are five classes of functions in GNU MP.
Almost all calculations, in the entire package, are made by calling these
low-level functions.
- 5. Berkeley MP compatible functions.
-
- To use these functions, include the file "mp.h". You can test if you are
- using the GNU version by testing if the symbol __GNU_MP__ is defined.
-
For more information on how to use GNU MP, please refer to the documentation.
It is composed from the file doc/gmp.texi, and can be displayed on the screen
or printed. How to do that, as well how to build the library, is described in