'\" te .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved. .TH libmvec 3LIB "14 Dec 2007" "SunOS 5.11" "Interface Libraries" .SH NAME libmvec \- vector math library .SH SYNOPSIS .LP .nf cc [ \fIflag\fR... ] \fIfile\fR... \fB-lmvec\fR [ \fIlibrary\fR... ] .fi .SH DESCRIPTION .sp .LP 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 .sp .LP 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 .sp .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 .sp .LP 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 TYPEATTRIBUTE VALUE _ Availabilitysystem/library/math MT-LevelMT-Safe .TE .SH SEE ALSO .sp .LP \fBIntro\fR(3), \fBcomplex.h\fR(3HEAD), \fBlibm\fR(3LIB), \fBattributes\fR(5)