As a user I want to be able to calculate the cos of an angle in degrees so that I don’t have to perform the calculation manually.
UAT
- [0]
-> [1] - [45]
-> [.7071] - [90]
-> [0] - [180]
-> [-1] - [270]
-> [0]
Port of schuchert.wikispaces.com
RPN_Calculator_Cos
As a user I want to be able to calculate the cos of an angle in degrees so that I don’t have to perform the calculation manually.
Comments