svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libsunmath(3lib)
libsunmath(3LIB)libsunmath(3LIB)
NAME
libsunmath - Sun legacy math library
SYNOPSIS
cc [ flag ... ] file ... -lsunmath -lm [ library ]
DESCRIPTION
This library provides additional mathematical functions and floating
point arithmetic routines beyond those in libm. These functions are not
specified by any standard, although some provide facilities recommended
by IEEE 754-1985.
INTERFACES
The shared object libsunmath.so.1 provides the public interfaces listed
below. For additional information on shared object interfaces, see the
intro(3) man page.
tab(); lw(NaNi) lw(NaNi)
abrupt_underflow_acosd acosdfacosdl acospacospf acospiacospif acospila‐
cospl aintaintf aintlanint anintfanintl annuityannuityf annuitylasind
asindfasindl asinpasinpf asinpiasinpif asinpilasinpl atan2datan2df
atan2dlatan2pi atan2pifatan2pil atandatandf atandlatanp atanpfatanpi
atanpifatanpil atanplcompound compoundfcompoundl convert_externalcon‐
vert_external_ cosdcosdf cosdlcosp cospfcospi cospifcospil cospld_ad‐
dran_ d_addrans_d_get_addrans_ d_init_addrans_d_lcran_ d_lcrans_d_mw‐
cran_ d_mwcrans_d_set_addrans_ d_shufrans_drem exp10exp10f
exp10lfinitef finitelfp_class fp_classffp_classl gradual_under‐
flow_i_addran_ i_addrans_i_get_addrans_ i_get_lcrans_i_get_mwcrans_
i_init_addrans_i_init_lcrans_ i_init_mwcrans_i_lcran_ i_lcrans_i_llmw‐
cran_ i_llmwcrans_i_lmwcran_ i_lmwcrans_i_mwcran_ i_mwcrans_i_set_ad‐
drans_ i_set_lcrans_i_set_mwcrans_ i_shufrans_ieee_flags
ieee_flags_ieee_handler ieee_handler_ieee_retrospective ieee_retrospec‐
tive_infinity infinityfinfinityl irintirintf irintlisinf isinffisinfl
isnormalisnormalf isnormallissubnormal issubnormalfissubnormall isze‐
roiszerof iszerolmax_normal max_normalfmax_normall max_subnormal‐
max_subnormalf max_subnormallmin_normal min_normalfmin_normall min_sub‐
normalmin_subnormalf min_subnormallnint nintfnintl nonstandard_arith‐
meticnonstandard_arithmetic_ quiet_nanquiet_nanf quiet_nanlr_addran_
r_addrans_r_get_addrans_ r_init_addrans_r_lcran_ r_lcrans_r_mwcran_
r_mwcrans_r_set_addrans_ r_shufrans_sigfpe_ signaling_nansignaling_nanf
signaling_nanlsignbit signbitfsignbitl sincosdsincosdf sincosdlsincosp
sincospfsincospi sincospifsincospil sincosplsind sindfsindl sinpsinpf
sinpisinpif sinpilsinpl smwcran_standard_arithmetic standard_arith‐
metic_tand tandftandl tanptanpf tanpitanpif tanpiltanpl u_ad‐
drans_u_lcrans_ u_llmwcran_u_llmwcrans_ u_lmwcran_u_lmwcrans_ u_mw‐
cran_u_mwcrans_ u_shufrans_
FILES
/lib/libsunmath.so.1 Shared object
/lib/64/libsunmath.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 _ MT-
LevelMT-Safe
SEE ALSO
intro(3), libm(3LIB), attributes(7)
NOTES
The mathematical functions in libsunmath handle special cases and ex‐
ceptions in the spirit of IEEE 754-1985. Functions whose values are
generally not exactly representable, such as the scaled trigonometric
functions or the financial functions, deliver results that are accurate
to within a few units in the last place. They may not be correctly
rounded according to the prevailing rounding modes, however, and the
inexact exception may not be treated correctly (that is, raised or not
raised, as appropriate).
Solaris 11.4 28 Nov 2016 libsunmath(3LIB)