16659 Clean up minor issues in prototype.man3x
[illumos-gate.git] / usr / src / man / man3lib / libmp.3lib
blob8abd1cbb25558fc6ba52e46a3fe4651c2ba10dc1
1 '\" te
2 .\" Copyright (c) 2004, Sun Microsystems, Inc.  All rights reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH LIBMP 3LIB "Mar 24, 2004"
7 .SH NAME
8 libmp \- multiple precision library
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmp\fR [ \fIlibrary\fR... ]
13 #include <\fBmp.h\fR>
14 .fi
16 .SH DESCRIPTION
17 .sp
18 .LP
19 Functions in this library provide various multiple precision routines.
20 .SH INTERFACES
21 .sp
22 .LP
23 The shared object \fBlibmp.so.2\fR provides the public interfaces defined
24 below. See \fBIntro\fR(3) for additional information on shared object
25 interfaces.
26 .sp
28 .sp
29 .TS
30 l l
31 l l .
32 \fBmp_gcd\fR    \fBmp_itom\fR
33 \fBmp_madd\fR   \fBmp_mcmp\fR
34 \fBmp_mdiv\fR   \fBmp_mfree\fR
35 \fBmp_min\fR    \fBmp_mout\fR
36 \fBmp_msqrt\fR  \fBmp_msub\fR
37 \fBmp_mtox\fR   \fBmp_mult\fR
38 \fBmp_pow\fR    \fBmp_rpow\fR
39 \fBmp_sdiv\fR   \fBmp_xtom\fR
40 .TE
42 .SH FILES
43 .sp
44 .ne 2
45 .na
46 \fB\fB/lib/libmp.so.1\fR\fR
47 .ad
48 .RS 22n
49 shared object for binary compatibility only
50 .RE
52 .sp
53 .ne 2
54 .na
55 \fB\fB/lib/libmp.so.2\fR\fR
56 .ad
57 .RS 22n
58 shared object
59 .RE
61 .sp
62 .ne 2
63 .na
64 \fB\fB/lib/64/libmp.so.2\fR\fR
65 .ad
66 .RS 22n
67 64-bit shared object
68 .RE
70 .SH ATTRIBUTES
71 .sp
72 .LP
73 See \fBattributes\fR(7) for descriptions of the following attributes:
74 .sp
76 .sp
77 .TS
78 box;
79 c | c
80 l | l .
81 ATTRIBUTE TYPE  ATTRIBUTE VALUE
83 MT-Level        Unsafe
84 .TE
86 .SH SEE ALSO
87 .sp
88 .LP
89 .BR pvs (1),
90 .BR Intro (3),
91 .BR exp (3M),
92 .BR mp (3MP),
93 .BR attributes (7)