programmerBlack
New member
- Joined
- Aug 15, 2019
- Messages
- 10
I was working on a problem that asked me to solve the equation (not needed here) for the angle. I successfully did so, and was asked to select from multiple choice answers. The problem was, the decimal angle that I came out with (in radians) was correct, but the available answers were in the form: [MATH](n * pi / m)[/MATH].
How would I go about converting a decimal value say (0.1308) to the form [MATH](n * pi / m)[/MATH]?
Thanks in advance.
How would I go about converting a decimal value say (0.1308) to the form [MATH](n * pi / m)[/MATH]?
Thanks in advance.