home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / SS / SS052.ZIP / EQ.EXE / lha / EQUATOR.H04 < prev    next >
Text File  |  1990-04-04  |  955b  |  24 lines

  1. 4                       Number Display Formats:
  2.  
  3. Nn   Numeric            Where n is the number of digits after
  4.                         the decimal point. (Range 0 to 10)
  5.  
  6. Sn   Scientific         Use the notation cEe representing
  7.                         c x 10 ^ e .
  8.                         Example for S2: 100 = 1.00E2 ;  245 = 2.45E2
  9.  
  10. A    Automatic          Automatic mode is the default mode
  11.                         which uses either the Numeric and
  12.                         Scientific formats, depending on magnitude
  13.  
  14. Mn   Multiplying prefixes
  15.  
  16.      Symbol      Prefix      Multiple  |  Symbol     Prefix      Multiple
  17.       p           pico           1e-12 |    k           kilo           1e3
  18.       n           nano           1e-9  |    M           Mega           1e6
  19.       u           micro          1e-6  |    G           Giga           1e9
  20.       m           milli          1e-3  |
  21.       k           kilo           1e3   |
  22.  
  23.  
  24.