home *** CD-ROM | disk | FTP | other *** search
- This program solves oblique triangles using the known lengths of all three sides (a, b, and c) in the triangle:
-
-
-
-
-
-
- Answers provided are both displayed and stored in memory locations:
- Memory 3 - Angle A
- Memory 4 - Angle B
- Memory 5 - Angle C
- Memory 6 - Area of the triangle
- Memory 7 - Height of the triangle
-
- The original parameters are stored as follows:
- Memory 0 - Length of side a
- Memory 1 - Length of side b
- Memory 2 - Length of side c
-