home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / SPECFUN.DI$ / CONTENTS.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  1.4 KB  |  31 lines

  1. % Specialized math functions.
  2. %
  3. %   besselj     - Bessel function of the first kind.
  4. %   bessely     - Bessel function of the second kind.
  5. %   besseli     - Modified Bessel function of the first kind.
  6. %   besselk     - Modified Bessel function of the second kind.
  7. %   beta        - Beta function.
  8. %   betainc     - Incomplete beta function.
  9. %   betaln      - Logarithm of beta function.
  10. %   ellipj      - Jacobi elliptic functions.
  11. %   ellipke     - Complete elliptic integral.
  12. %   erf         - Error function.
  13. %   erfc        - Complementary error function.
  14. %   erfcx       - Scaled complementary error function.
  15. %   erfinv      - Inverse error function.
  16. %   gamma       - Gamma function.
  17. %   gcd         - Greatest common divisor.
  18. %   gammainc    - Incomplete gamma function.
  19. %   lcm         - Least common multiple.
  20. %   gammaln     - Logarithm of gamma function.
  21. %   log2        - Dissect floating point numbers.
  22. %   pow2        - Scale floating point numbers.
  23. %   rat         - Rational approximation.
  24. %   rats        - Rational output.
  25. %   cart2sph    - Transform from Cartesian to spherical coordinates.
  26. %   cart2pol    - Transform from Cartesian to polar coordinates.
  27. %   pol2cart    - Transform from polar to Cartesian coordinates.
  28. %   sph2cart    - Transform from spherical to Cartesian coordinates.
  29.  
  30. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  31.