1 '\" te
   2 .\" Copyright (c) 2007, Sun Microsystems, Inc.  All Rights Reserved.
   3 .\" Copyright 2020 Joyent, Inc.
   4 .\" 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.
   5 .\" 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.
   6 .\" 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]
   7 .TH libmvec 3LIB "Feb 27, 2020"
   8 .SH NAME
   9 libmvec \- vector math library
  10 .SH SYNOPSIS
  11 .nf
  12 cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmvec\fR [ \fIlibrary\fR... ]
  13 .fi
  14 
  15 .SH DESCRIPTION
  16 This library contains function to evaluate common mathematical functions for
  17 several arguments at once. The argument values are specified by one or more
  18 vectors (arrays) of data, and the corresponding result values are stored in
  19 another vector.
  20 .SH INTERFACES
  21 The shared object \fBlibmvec.so.1\fR provides the public interfaces defined
  22 below. See \fBIntro\fR(3) for additional information on shared object
  23 interfaces.
  24 .sp
  25 
  26 .sp
  27 .TS
  28 tab(    );
  29 lw(2.75i) lw(2.75i)
  30 lw(2.75i) lw(2.75i)
  31 .
  32 \fBvatan_\fR    \fBvatanf_\fR
  33 \fBvatan2_\fR   \fBvatan2f_\fR
  34 \fBvc_abs_\fR   \fBvc_exp_\fR
  35 \fBvc_log_\fR   \fBvc_pow_\fR
  36 \fBvcos_\fR     \fBvcosf_\fR
  37 \fBvcospi_\fR   \fBvcospif_\fR
  38 \fBvexp_\fR     \fBvexpf_\fR
  39 \fBvhypot_\fR   \fBvhypotf_\fR
  40 \fBvlog_\fR     \fBvlogf_\fR
  41 \fBvpow_\fR     \fBvpowf_\fR
  42 \fBvrhypot_\fR  \fBvrhypotf_\fR
  43 \fBvrsqrt_\fR   \fBvrsqrtf_\fR
  44 \fBvsin_\fR     \fBvsinf_\fR
  45 \fBvsincos_\fR  \fBvsincosf_\fR
  46 \fBvsincospi_\fR        \fBvsincospif_\fR
  47 \fBvsinpi_\fR   \fBvsinpif_\fR
  48 \fBvsqrt_\fR    \fBvsqrtf_\fR
  49 \fBvz_abs_\fR   \fBvz_exp_\fR
  50 \fBvz_log_\fR   \fBvz_pow_\fR
  51 .TE
  52 
  53 .SH FILES
  54 .ne 2
  55 .mk
  56 .na
  57 \fB\fB/lib/libmvec.so.1\fR\fR
  58 .ad
  59 .RS 24n
  60 .rt
  61 shared object
  62 .RE
  63 
  64 .sp
  65 .ne 2
  66 .mk
  67 .na
  68 \fB\fB/lib/64/libmvec.so.1\fR\fR
  69 .ad
  70 .RS 24n
  71 .rt
  72 64-bit shared object
  73 .RE
  74 
  75 .SH ATTRIBUTES
  76 See \fBattributes\fR(5) for descriptions of the following attributes:
  77 .sp
  78 
  79 .sp
  80 .TS
  81 tab(    ) box;
  82 cw(2.75i) |cw(2.75i)
  83 lw(2.75i) |lw(2.75i)
  84 .
  85 ATTRIBUTE TYPE  ATTRIBUTE VALUE
  86 _
  87 MT-Level        MT-Safe
  88 .TE
  89 
  90 .SH SEE ALSO
  91 \fBIntro\fR(3), \fBcomplex.h\fR(3HEAD), \fBlibm\fR(3LIB), \fBattributes\fR(5)