home *** CD-ROM | disk | FTP | other *** search
- /* History:29,38 */
- This is file libm.doc
-
- Contents:
-
- * supported math functions
-
-
-
- Supported math functions:
-
- acos
- acosh
- asin
- asinh
- atan
- atanh
- atan2
- ceil
- cos
- cosh
- exp - e**x
- floor
- frexp
- hypot
- log - log base e
- log10 - log base 10
- pow - x**y
- pow2 - 2**x
- pow10 - 10**x
- sin
- sinh
- sqrt
- tan
- tanh
-
- ldexp is supported through libc.a
-
- All of these functions require the 80387.
-