Query: libmp
OS: opensolaris
Section: 3lib
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
libmp(3LIB) Interface Libraries libmp(3LIB)NAMElibmp - multiple precision librarySYNOPSIScc [ flag... ] file... -lmp [ library... ] #include <mp.h>DESCRIPTIONFunctions in this library provide various multiple precision routines.INTERFACESThe shared object libmp.so.2 provides the public interfaces defined below. See Intro(3) for additional information on shared object inter- faces. 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_xtomFILES/lib/libmp.so.1 shared object for binary compatibility only /lib/libmp.so.2 shared object /lib/64/libmp.so.2 64-bit shared objectATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+SEE ALSOpvs(1), Intro(3), exp(3M), mp(3MP), attributes(5) SunOS 5.11 24 Mar 2004 libmp(3LIB)
Related Man Pages |
---|
mp(3mp) - sunos |
mp_gcd(3mp) - sunos |
mp_mdiv(3mp) - sunos |
mp_msqrt(3mp) - sunos |
mp_msub(3mp) - sunos |
Similar Topics in the Unix Linux Community |
---|
Shared library creation error |