home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / DJGPP / DJDOC106.ZIP / DOCS / LIBM.DOC < prev    next >
Encoding:
Text File  |  1991-03-10  |  407 b   |  40 lines

  1. /* History:29,38 */
  2. This is file libm.doc
  3.  
  4. Contents:
  5.  
  6. * supported math functions
  7.  
  8.  
  9.  
  10. Supported math functions:
  11.  
  12. acos
  13. acosh
  14. asin
  15. asinh
  16. atan
  17. atanh
  18. atan2
  19. ceil
  20. cos
  21. cosh
  22. exp - e**x
  23. floor
  24. frexp
  25. hypot
  26. log - log base e
  27. log10 - log base 10
  28. pow - x**y
  29. pow2 - 2**x
  30. pow10 - 10**x
  31. sin
  32. sinh
  33. sqrt
  34. tan
  35. tanh
  36.  
  37. ldexp is supported through libc.a
  38.  
  39. All of these functions require the 80387.
  40.