Original Post
My maths skills are somewhat lacking; I need atan2 function on a platform which doesn't support it (J2ME). It would be easy enough to implement if I had an atan function, but, alas, I lack that one too. All I have are the "regular" sin, cos and tan. I can't find any way to manually calculate it, based on other functions. How could I get around this?