home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / DA / P / Pica Calculator 2 / PC2 Folder / PC2 Sample Pgms / PC2 Sample Pgms.rsrc / TEXT_22764_Side-Side-Angle.txt < prev    next >
Encoding:
Text File  |  1993-07-16  |  467 b   |  19 lines

  1. This program solves oblique triangles using the known lengths of two adjacent sides (a and b) and an adjacent angle (A) in the triangle:
  2. 
  3.  
  4.  
  5.  
  6.  
  7.  
  8. Answers provided are both displayed and stored in memory locations:
  9. Memory 2 - Length of side c
  10. Memory 4 - Angle B
  11. Memory 5 - Angle C
  12. Memory 6 - Area of the triangle
  13. Memory 7 - Height of the triangle
  14.  
  15. The original parameters are stored as follows:
  16. Memory 0 - Length of side a
  17. Memory 1 - Length of side b
  18. Memory 3 - Angle A
  19.