home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / LOG10.KEY < prev    next >
Text File  |  1993-11-07  |  163b  |  5 lines

  1. * log10                                               external
  2. log10(x) is log with base of 10. log10(x) = ln(x)/ln(10).
  3. See also: ln.
  4. e.g. log10(10) gives 1.
  5.