i need to convert that into the value ``` cos( .75...
# announcements
g
i need to convert that into the value
Copy code
cos( .75 + pi)
== 0.9976...
m
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