1libmp(3LIB)                   Interface Libraries                  libmp(3LIB)
2
3
4

NAME

6       libmp - multiple precision library
7

SYNOPSIS

9       cc [ flag... ] file... -lmp [ library... ]
10       #include <mp.h>
11
12

DESCRIPTION

14       Functions in this library provide various multiple precision routines.
15

INTERFACES

17       The  shared  object  libmp.so.2  provides the public interfaces defined
18       below. See Intro(3) for additional information on shared object  inter‐
19       faces.
20
21
22
23
24       mp_gcd                        mp_itom
25       mp_madd                       mp_mcmp
26       mp_mdiv                       mp_mfree
27       mp_min                        mp_mout
28       mp_msqrt                      mp_msub
29       mp_mtox                       mp_mult
30       mp_pow                        mp_rpow
31       mp_sdiv                       mp_xtom
32
33

FILES

35       /lib/libmp.so.1       shared object for binary compatibility only
36
37
38       /lib/libmp.so.2       shared object
39
40
41       /lib/64/libmp.so.2    64-bit shared object
42
43

ATTRIBUTES

45       See attributes(5) for descriptions of the following attributes:
46
47
48
49
50       ┌─────────────────────────────┬─────────────────────────────┐
51       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
52       ├─────────────────────────────┼─────────────────────────────┤
53       │Availability                 │SUNWcsl (32-bit)             │
54       ├─────────────────────────────┼─────────────────────────────┤
55       │                             │SUNWcslx (64-bit)            │
56       ├─────────────────────────────┼─────────────────────────────┤
57       │MT-Level                     │Unsafe                       │
58       └─────────────────────────────┴─────────────────────────────┘
59

SEE ALSO

61       pvs(1), Intro(3), exp(3M), mp(3MP), attributes(5)
62
63
64
65SunOS 5.11                        24 Mar 2004                      libmp(3LIB)
Impressum