summaryrefslogtreecommitdiff
path: root/usr/src/man/man3lib/libmvec.3lib
diff options
context:
space:
mode:
authorJohn Levon <john.levon@joyent.com>2020-02-27 13:23:53 -0800
committerJohn Levon <john.levon@joyent.com>2020-03-10 02:34:37 -0700
commit343622ca5a82ac99828cc46e04e1f962c09be0e8 (patch)
tree4d861945865913047b739f32eddd500186cea807 /usr/src/man/man3lib/libmvec.3lib
parentea7201620ceafab72b37e65bea4ec461dd27089d (diff)
downloadillumos-joyent-343622ca5a82ac99828cc46e04e1f962c09be0e8.tar.gz
12346 need libm(3LIB) and libmvec(3LIB) manpages
Reviewed by: Robert Mustacchi <rm@fingolfin.org> Approved by: Joshua M. Clulow <josh@sysmgr.org>
Diffstat (limited to 'usr/src/man/man3lib/libmvec.3lib')
-rw-r--r--usr/src/man/man3lib/libmvec.3lib91
1 files changed, 91 insertions, 0 deletions
diff --git a/usr/src/man/man3lib/libmvec.3lib b/usr/src/man/man3lib/libmvec.3lib
new file mode 100644
index 0000000000..2be5fda4c7
--- /dev/null
+++ b/usr/src/man/man3lib/libmvec.3lib
@@ -0,0 +1,91 @@
+'\" te
+.\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
+.\" Copyright 2020 Joyent, Inc.
+.\" 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.
+.\" 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.
+.\" 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]
+.TH libmvec 3LIB "Feb 27, 2020"
+.SH NAME
+libmvec \- vector math library
+.SH SYNOPSIS
+.nf
+cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmvec\fR [ \fIlibrary\fR... ]
+.fi
+
+.SH DESCRIPTION
+This library contains function to evaluate common mathematical functions for
+several arguments at once. The argument values are specified by one or more
+vectors (arrays) of data, and the corresponding result values are stored in
+another vector.
+.SH INTERFACES
+The shared object \fBlibmvec.so.1\fR provides the public interfaces defined
+below. See \fBIntro\fR(3) for additional information on shared object
+interfaces.
+.sp
+
+.sp
+.TS
+tab( );
+lw(2.75i) lw(2.75i)
+lw(2.75i) lw(2.75i)
+.
+\fBvatan_\fR \fBvatanf_\fR
+\fBvatan2_\fR \fBvatan2f_\fR
+\fBvc_abs_\fR \fBvc_exp_\fR
+\fBvc_log_\fR \fBvc_pow_\fR
+\fBvcos_\fR \fBvcosf_\fR
+\fBvcospi_\fR \fBvcospif_\fR
+\fBvexp_\fR \fBvexpf_\fR
+\fBvhypot_\fR \fBvhypotf_\fR
+\fBvlog_\fR \fBvlogf_\fR
+\fBvpow_\fR \fBvpowf_\fR
+\fBvrhypot_\fR \fBvrhypotf_\fR
+\fBvrsqrt_\fR \fBvrsqrtf_\fR
+\fBvsin_\fR \fBvsinf_\fR
+\fBvsincos_\fR \fBvsincosf_\fR
+\fBvsincospi_\fR \fBvsincospif_\fR
+\fBvsinpi_\fR \fBvsinpif_\fR
+\fBvsqrt_\fR \fBvsqrtf_\fR
+\fBvz_abs_\fR \fBvz_exp_\fR
+\fBvz_log_\fR \fBvz_pow_\fR
+.TE
+
+.SH FILES
+.ne 2
+.mk
+.na
+\fB\fB/lib/libmvec.so.1\fR\fR
+.ad
+.RS 24n
+.rt
+shared object
+.RE
+
+.sp
+.ne 2
+.mk
+.na
+\fB\fB/lib/64/libmvec.so.1\fR\fR
+.ad
+.RS 24n
+.rt
+64-bit shared object
+.RE
+
+.SH ATTRIBUTES
+See \fBattributes\fR(5) for descriptions of the following attributes:
+.sp
+
+.sp
+.TS
+tab( ) box;
+cw(2.75i) |cw(2.75i)
+lw(2.75i) |lw(2.75i)
+.
+ATTRIBUTE TYPE ATTRIBUTE VALUE
+_
+MT-Level MT-Safe
+.TE
+
+.SH SEE ALSO
+\fBIntro\fR(3), \fBcomplex.h\fR(3HEAD), \fBlibm\fR(3LIB), \fBattributes\fR(5)