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