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

  1. * ln                                                  internal+external
  2. ln(x) is the natural logarithmic function of x. Its base is e. It is 
  3. the inverse to exp(x). Note that if it has multi-values, the ln(x) 
  4. only gives a principle value (P.V.) and other values are 
  5. P.V.+2*k*pi*i (where k=0, 1, 2,..., -1, -2, ...).
  6. If x is complex number (x=A+B*i) then
  7. ln(x)=ln(abs(x))+i*atan2(A,B).
  8. See also: exp.
  9. e.g. ln(e) gives 1.
  10.