DESCRIPTION
These functions constitute the C math library, libm.
The link editor searches this library under the
Name Descriptionacos() inverse trigonometric functionacosh() inverse hyperbolic functionasin() inverse trigonometric functionasinh() inverse hyperbolic functionatan() inverse trigonometric functionatanh() inverse hyperbolic functionatan2() inverse trigonometric functioncabs() complex absolute valuecbrt() cube rootceil() integer no less thancopysign() copy sign bitcos() trigonometric functioncosh() hyperbolic functionerf() error functionerfc() complementary error functionexp() exponentialexpm1() exp(x)-1fabs() absolute valuefinite() test for finityfloor() integer no greater thanfmod() remainderhypot() Euclidean distanceilogb() exponent extractionisinf() test for infinityisnan() test for not-a-numberj0() bessel functionj1() bessel functionjn() bessel functionlgamma() log gamma functionlog() natural logarithmlog10() logarithm to base 10log1p() log(1+x)nextafter() next representable numberpow() exponential x**yremainder() remainderrint() round to nearest integerscalbn() exponent adjustmentsin() trigonometric functionsinh() hyperbolic functionsqrt() square roottan() trigonometric functiontanh() hyperbolic functiony0() bessel functiony1() bessel functionyn() bessel function
NOTES
The math library can handle floating point exceptions in different ways depending upon the level of standards conformance that the user desires. The math library currently supports the following personality modes:
XOPEN POSIX SVID IEEE
For details on these personality modes, see the
AVAILABILITY
MKS Toolkit for Professional Developers
MKS Toolkit for Enterprise Developers
MKS Toolkit for Enterprise Developers 64-Bit Edition
MKS Toolkit 9.2 Documentation Build 16.