Interface Libraries libmp(3LIB)
NAME
libmp - multiple precision library
SYNOPSIS
cc [ flag... ] file... -lmp [ library... ]
#include
DESCRIPTION
Functions in this library provide various multiple precision
routines.
INTERFACES
The shared object libmp.so.2 provides the public interfaces
defined below. See Intro(3) for additional information on
shared object interfaces.
mpgcd mpitom
mpmadd mpmcmp
mpmdiv mpmfree
mpmin mpmout
mpmsqrt mpmsub
mpmtox mpmult
mppow mprpow
mpsdiv mpxtom
FILES
/lib/libmp.so.1 shared object for binary compatibility
only
/lib/libmp.so.2 shared object
/lib/64/libmp.so.2 64-bit shared object
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 24 Mar 2004 1
Interface Libraries libmp(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
MT-Level Unsafe
SEE ALSO
pvs(1), Intro(3), exp(3M), mp(3MP), attributes(5)
SunOS 5.11 Last change: 24 Mar 2004 2
|