home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / mathwiz.zip / MATHWIZ.NEW < prev    next >
Text File  |  1991-01-08  |  971b  |  21 lines

  1. MATHWIZ 1.0, 01/08/91:
  2.  
  3.    This is the initial release of The Math Wizard's Library for BASIC,
  4.    featuring:
  5.  
  6.      *  Arbitrary-precision BCD number support (up to 254 digits).  This
  7.         includes a wide range of functions: add, subtract, multiply, divide,
  8.         raise to a power, negate; absolute value, square root, signum,
  9.         cosine, sine, tangent, cosecant, secant, cotangent; conversions
  10.         between radians and degrees; the constants e and pi; and numeric
  11.         formatting capabilities.
  12.  
  13.      *  Fraction support (up to 999,999,999/999,999,999).  This includes add,
  14.         subtract, multiply, divide, negate, absolute value, signum, compare,
  15.         and numeric formatting capabilities.
  16.  
  17.      *  Additional support for BASIC's floating point: single and double
  18.         precision factorial, cotangent, cosecant, secant, pi, and e, plus
  19.         radians <--> degrees, pounds <--> kilograms, and centigrade <-->
  20.         Fahrenheit.
  21.