Join Slack
Powered by
i need to convert that into the value ``` cos( .75...
# announcements
g
groostav
10/24/2017, 8:55 PM
i need to convert that into the value
Copy code
cos( .75 + pi) == 0.9976...
m
mzgreen
10/25/2017, 6:08 AM
Seems similar to the reversed polish notation, you could parse it pretty easily using stack data structure.
https://en.wikipedia.org/wiki/Reverse_Polish_notation
👍 1
2
Views
Open in Slack
Previous
Next