Hello, I am trying to calculate a very complex calculation that involves sines x cosines and dividing by cosines etc etc etc.
For example if I want to calculate the Math.cos(x + c+ s) where x,c and s are numbers, it gives me a wrong ans and multiply with cos(x).sin(x^2),
how do I do it?
Any help would be appreciated.
Cheers
