svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libmvec(3lib)
libmvec(3LIB) Interface Libraries libmvec(3LIB)
NAME
libmvec - vector math library
SYNOPSIS
cc [ flag... ] file... -lmvec [ library... ]
DESCRIPTION
This library contains function to evaluate common mathematical func‐
tions 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.
INTERFACES
The shared object libmvec.so.1 provides the public interfaces defined
below. See intro(3) for additional information on shared object inter‐
faces.
tab(); lw(2.75i) lw(2.75i)
vatan_vatanf_ vatan2_vatan2f_ vc_abs_vc_exp_ vc_log_vc_pow_ vcos_vcosf_
vcospi_vcospif_ vexp_vexpf_ vhypot_vhypotf_ vlog_vlogf_ vpow_vpowf_
vrhypot_vrhypotf_ vrsqrt_vrsqrtf_ vsin_vsinf_ vsincos_vsincosf_ vsin‐
cospi_vsincospif_ vsinpi_vsinpif_ vsqrt_vsqrtf_ vz_abs_vz_exp_
vz_log_vz_pow_
FILES
/lib/libmvec.so.1 shared object
/lib/64/libmvec.so.1 64-bit shared object
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i)
ATTRIBUTE TYPEATTRIBUTE VALUE _ Availabilitysystem/library/math Inter‐
face StabilityCommitted _ MT-LevelMT-Safe
SEE ALSO
complex.h(3HEAD), libm(3LIB), intro(3), attributes(7)
Solaris 11.4 27 Sept 2016 libmvec(3LIB)