Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ClrHome
- "ANGLE "→Str0
- "SIDE " →Str9
- "A="→Str1
- "B="→Str2
- "C="→Str3
- Input Str9+Str1,A
- Input Str9+Str2,B
- Input Str9+Str3,C
- (cos⁻¹((B²+C²–A²)/(2BC)))→D
- (sin⁻¹(C/(A/sin(D))))→F
- (180–(D+F))→E
- ClrHome
- Disp Str0+Str1,D,Str0+Str2,E,Str0+Str3,F
Advertisement
Add Comment
Please, Sign In to add comment