| Keys | Function | Input Value(s) | Result(s) | 
				
					|  |  |  |  | 
				
					|  f    COS   | Cosine | Angle | Cosine (x) in X | 
				
					|  f-1    COS   | Arc cosine | x not be greater than 1 or less than –  1 (|x| ≤ 1) | Principal value of arc cosine (x) in X (0° ≤ result ≤ 180°)
 | 
				
					|  f    SIN   | Sine | Angle | Sine (x) in X | 
				
					|  f-1    SIN   | Arc sine | x not be greater than 1 or less than –  1 (|x| ≤ 1) | Principal value of arc sine (x) in X (
  –  90° ≤ result ≤ 90°) | 
				
					|  f    TAN   | Tangent | Angle | Tangent (x) in X | 
				
					|  f-1    TAN   | Arc tangent | Unrestricted x | Principal value of arc tangent (x) in X (
  –  90° ≤ result ≤ +90°) | 
				
					|  f    R P   | Convert rectangular coordinates (x,y) to polar form (r, θ) | x, y in X, Y | r, θ   in X, Y | 
				
					|  f-1    R P   | Convert polar coordinates (r, θ) to rectangular form (x, y) | r, θ in X, Y | x, y in X, Y. (Program halt on underflow in X.) | 
				
					|  f    D.MS   | Convert decimal angle to DDDDD.MMSS format | Decimal angle | DDDDD.MMSS in X | 
				
					|  f-1    D.MS   | Convert DDDDD.MMSS format       angle to decimal format | DDDDD.MMSS | Decimal angle         in X | 
				
					|  f    D.MS+   | Add (Y+x) in DDDDD.MMSS format | 
						
							
							
							
							
								| y: |   | DDDDD.MMSS |  
								|  |  
								| x: |  |  | DDDDD.MMSS in X (Sum) | 
				
					|  f-1    D.MS+   | Subtract (Y–x) in DDDDD.MMSS format | 
						
							
							
							
							
								| y: |   | DDDDD.MMSS |  
								|  |  
								| x: |  |  | DDDDD.MMSS in X (Difference) | 
				
					|  |  |  |  |