home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / BASEman / root.15 / usr / lib / scohelp / en_US.ISO8859-1 / man / html.3M / man.3M.node < prev   
Encoding:
Text File  |  1998-08-19  |  4.0 KB  |  106 lines

  1.  
  2. Intro.3M.html:
  3.     Title = Intro(3M)
  4.     Version = 1.0
  5.     Name = Intro - introduction to math library routines
  6.     IndexEntry = intro - introduction to math library routines
  7.  
  8. bessel.3M.html:
  9.     Title = bessel(3M)
  10.     Version = 1.0
  11.     Name = bessel - Bessel functions
  12.     SubName = j0 - Bessel functions
  13.     SubName = j1 - Bessel functions
  14.     SubName = jn - Bessel functions
  15.     SubName = y0 - Bessel functions
  16.     SubName = y1 - Bessel functions
  17.     SubName = yn - Bessel functions
  18.  
  19. erf.3M.html:
  20.     Title = erf(3M)
  21.     Version = 1.0
  22.     Name = erf - error function
  23.     SubName = erfc - complementary error function
  24.  
  25. exp.3M.html:
  26.     Title = exp(3M)
  27.     Version = 1.0
  28.     Name = exp, expf, expm1, cbrt, log, logf, log10, log10f, log1p, pow, powf, sqrt, sqrtf - exponential, logarithm, power, square root functions
  29.     SubName = exp - exponential function
  30.     SubName = expf - exponential function
  31.     SubName = expm1 - exponential function
  32.     SubName = cbrt - cube root function
  33.     SubName = log - logarithm function
  34.     SubName = logf - logarithm function
  35.     SubName = log10 - logarithm function
  36.     SubName = log10f - logarithm function
  37.     SubName = log1p - logarithm function
  38.     SubName = pow - power function
  39.     SubName = powf - power function
  40.     SubName = sqrt - square root function
  41.     SubName = sqrtf - square root function
  42.  
  43. floor.3M.html:
  44.     Title = floor(3M)
  45.     Version = 1.0
  46.     Name = floor - return largest integer not greater than x
  47.     SubName = floorf - return largest integer not greater than x
  48.     SubName = ceil - return smallest integer not smaller than x
  49.     SubName = ceilf - return smallest integer not smaller than x
  50.     SubName = copysign - return x with the sign of y
  51.     SubName = fmod - return the floating point remainder of the division of x by y
  52.     SubName = fmodf - return the floating point remainder of the division of x by y
  53.     SubName = fabs - return the absolute value of x, |x|
  54.     SubName = fabsf - return the absolute value of x, |x|
  55.     SubName = rint - return nearest integer value to floating point argument x
  56.     SubName = remainder - return floating point remainder of division of x by y
  57.  
  58. gamma.3M.html:
  59.     Title = gamma(3M)
  60.     Version = 1.0
  61.     Name = gamma: gamma, lgamma, signgam - log gamma functions
  62.     SubName = lgamma - log gamma function
  63.     SubName = signgam - storage for sign of lgamma
  64.  
  65. hypot.3M.html:
  66.     Title = hypot(3M)
  67.     Version = 1.0
  68.     Name = hypot - Euclidean distance function
  69.  
  70. matherr.3M.html:
  71.     Title = matherr(3M)
  72.     Version = 1.0
  73.     Name = matherr - error-handling function
  74.  
  75. sinh.3M.html:
  76.     Title = sinh(3M)
  77.     Version = 1.0
  78.     Name = sinh - return hyperbolic sine of argument
  79.     SubName = sinhf - return single-precision hyperbolic sine of argument
  80.     SubName = cosh - return hyperbolic cosine of argument
  81.     SubName = coshf - return single-precision hyperbolic cosine of argument
  82.     SubName = tanh - return hyperbolic tangent of argument
  83.     SubName = tanhf - return single-precision hyperbolic tangent of argument
  84.     SubName = asinh - return inverse hyperbolic sine of argument
  85.     SubName = acosh - return inverse hyperbolic cosine of argument
  86.     SubName = atanh - return inverse hyperbolic tangent of argument
  87.  
  88. trig.3M.html:
  89.     Title = trig(3M)
  90.     Version = 1.0
  91.     Name = trig - trigonometric functions
  92.     SubName = sin - return the sine of an argument in radians
  93.     SubName = sinf - return the single-precision sine of an argument in radians
  94.     SubName = cos - return the cosine of an argument in radians
  95.     SubName = cosf - return the single-precision cosine of an argument in radians
  96.     SubName = tan - return the tangent of an argument in radians
  97.     SubName = tanf - return the single-precision tangent of an argument in radians
  98.     SubName = asin - return the arcsine of an argument in radians
  99.     SubName = asinf - return the single-precision arcsine of an argument in radians
  100.     SubName = acos - return the arccosine of an argument in radians
  101.     SubName = acosf - return the single-precision arccosine of an argument in radians
  102.     SubName = atan - return the arctangent of an argument in radians
  103.     SubName = atanf - return the single-precision arctangent of an argument in radians
  104.     SubName = atan2 - return the arctangent of an argument in radians
  105.     SubName = atan2f - return the single-precision arctangent of an argument in radians
  106.