Lines Matching refs:functions
28 functions, and the functions have a regular interface.
48 There are five classes of functions in GNU MP.
50 1. Signed integer arithmetic functions (mpz). These functions are intended
54 2. Rational arithmetic functions (mpq). For now, just a small set of
55 functions necessary for basic rational arithmetics. The associated type
58 3. Floating-point arithmetic functions (mpf). If the C type `double'
61 and call the functions in the mpf class for the arithmetic operations.
63 4. Positive-integer, hard-to-use, very low overhead functions are in the
65 enough space is available for the results. The set of functions is not
66 regular, nor is the calling interface. These functions accept input
72 low-level functions.
74 5. Berkeley MP compatible functions.
76 To use these functions, include the file "mp.h". You can test if you are