Interface Libraries libmvec(3LIB)
NAME
libmvec - vector math library
SYNOPSIS
cc [ flag... ] file... -lmvec [ library... ]
DESCRIPTION
This library contains function to evaluate common mathemati-
cal 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.
INTERFACES
The shared object libmvec.so.1 provides the public inter-
faces defined below. See Intro(3) for additional information
on shared object interfaces.
vatan vatanf
vatan2 vatan2f
vcabs vcexp
vclog vcpow
vcos vcosf
vcospi vcospif
vexp vexpf
vhypot vhypotf
vlog vlogf
vpow vpowf
vrhypot vrhypotf
vrsqrt vrsqrtf
vsin vsinf
vsincos vsincosf
vsincospi vsincospif
vsinpi vsinpif
vsqrt vsqrtf
vzabs vzexp
vzlog vzpow
FILES
/lib/libmvec.so.1 shared object
/lib/64/libmvec.so.1 64-bit shared object
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
SunOS 5.11 Last change: 14 Dec 2007 1
Interface Libraries libmvec(3LIB)
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWlibmsr
MT-Level MT-Safe
SEE ALSO
Intro(3), complex.h(3HEAD), libm(3LIB), attributes(5)
SunOS 5.11 Last change: 14 Dec 2007 2
|