libmp(4)
NAME
libmp − multiple precision library
SYNOPSIS
cc [ flag ... ] file ... −lmp [ library ... ]
#include <mp.h>
DESCRIPTION
Functions in this library provide various multiple precision routines.
The shared object libmp.so.2 provides the public interfaces defined below. See INTERFACES.
The shared object libmp.so.1 is available for backwards compatibility purposes and provides the older versions of these interfaces without the mp_ prepended to them.
Care should be taken in using the static version of this library libmp.a because it contains both the current and old interfaces.
For additional information on shared object interfaces, see intro(4).
INTERFACES
SUNW_1.1 (generic):
| mp_gcd | mp_itom | mp_madd |
| mp_mcmp | mp_mdiv | mp_mfree |
| mp_min | mp_mout | mp_msqrt |
| mp_msub | mp_mtox | mp_mult |
| mp_pow | mp_rpow | mp_sdiv |
| mp_xtom |
FILES
/usr/lib/libmp.so.1 shared object file available for backwards compatibility purposes
/usr/lib/libmp.so.2 shared object file
/usr/lib/libmp.so archive library
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
| MT-Level | Unsafe |
SEE ALSO
pvs(1), exp(3M), mp(3M), intro(4), attributes(5)
SunOS 5.6 — Last change: 31 Dec 1996