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

  1. * E                                                   internal
  2. E is the exponential part of a floating point number. 
  3. See also: e, exp.
  4. e.g. 1.1E2 is the same as 1.1*10^2.
  5.  
  6. * e                                                   internal + external
  7. (1) e is the exponential constant (baes of natural logarithms), 
  8. e=2.718..., the built-in constant, e is converted to 2.718... when the
  9. switch numeric:=on. e^x is the same as exp(x).
  10. e.g. e^2, e^x.
  11. (2) e is the exponential part of a floating point number, the same as E.
  12. e.g. 1.1e2 is the same as 1.1E2.
  13. See also: E, exp.
  14.