Transcendental Functions
  "Name  Description" acos    inverse cosine acosh   inverse hyperbolic cosine asin    inverse sine asinh   inverse hyperbolic sine atan    inverse tangent atanh   inverse hyperbolic tangent atan2   atan(y/x); complex argument coscosine cosh    hyperbolic cosine erferror function erfc    complementary error function expexponential base e exp2    exponential base 2 expm1   exp(x)-1 j0 Bessel function of the first kind of the order 0 j1 Bessel function of the first kind of the order 1 jn Bessel function of the first kind of the order n lgamma  log gamma function lognatural logarithm log10   logarithm to base 10 log1p   log(1+x) powexponential x**y sintrigonometric function sinh    hyperbolic function tantrigonometric function tanh    hyperbolic function tgamma  gamma function y0 Bessel function of the second kind of the order 0 y1 Bessel function of the second kind of the order 1 yn Bessel function of the second kind of the order n  Unlike the algebraic functions listed earlier, the routines in this section may not produce a result that is correctly rounded, so reproducible results cannot be guaranteed across platforms. For most of these functions, however, incorrect rounding occurs rarely, and then only in very-close-to-halfway cases.   
SEE ALSO
 fenv(3), ieee(3)  
HISTORY
  
BUGS