home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d4xx / d495 / analyticalc.lha / AnalytiCalc / SrcAndDocs / DocAddendum.Txt < prev    next >
Encoding:
Text File  |  1991-06-06  |  1.6 KB  |  38 lines

  1. Document Addendum
  2.  
  3. Some extra functions are added:
  4.  
  5. ACOS(arg) and DACOS(arg) - Arc Cosine (radians)
  6. ASIN(arg) and DASIN(arg) - Arc Sine (radians)
  7. TAN(arg) and DTAN(Arg)   - Tangent (radians)
  8.  
  9. ATM[V1,V2]               - Arc tangent of V1/V2, 4 quadrant version
  10.                 (ATAN2 in normal Fortran)
  11.  
  12. Also Enter mostly mode more or less works.
  13.  
  14. Please note: When function key files are running (from depressing
  15. function keys using the AnalyKeypad.Arc files in area DK:), they
  16. expect their input in the LOWER window. This will probably be
  17. cleaned up eventually but for now is the case.
  18.  
  19. This version (V22-3F) should run in a non interlace screen. Also
  20. it will display the row numbers being recalculated in the lower
  21. window as recalculation proceeds. This can be turned off with the
  22. command VH- and turned on with the command VH+ in the main window.
  23.  
  24.   In addition, new addressing modes are supported.
  25. P#_AB will address the cell with column number in accumulator A
  26. and row in accumulator B, on the physical sheet. D#_AB works the
  27. same for display sheet. (That is, absolute addressing on the
  28. sheet instead of relative as in P#%AB). Also an address mode
  29. P#$cell1:cell2:  will do absolute addresses in which the contents
  30. of cell "cell1" are used for column number and the contents of
  31. cell "cell2" give the row number. Thus if cell B3 contains 2 and
  32. cell B4 contains 6, then cell P#$B3:B4: refers to cell B6 (column
  33. 2, row 6). Any cell address except another P$ form may be used
  34. in this form.
  35.    The *U STxxxx functions support inclusion of unmodified user
  36. written programs in the spreadsheet; see the SCIFCT.* subroutine
  37. for more detail.
  38.