klaus Expert Licensed User Longtime User Aug 7, 2011 #1 Hi Erel, Could you please add the ATan2 function, it is very often used and does exist as a basic function in the Android Math class. Thank you in advance. Last edited: Aug 7, 2011
Hi Erel, Could you please add the ATan2 function, it is very often used and does exist as a basic function in the Android Math class. Thank you in advance.
varayut Member Licensed User Longtime User Feb 3, 2012 #3 I 've seen different result among Atan2(b4a) , Math.atn(J2ME) ,atn(vb6) .Almost all Math & Trigonomic function eg. Math.sqrt()/sqr and Math.PI/cPI too. Last edited: Feb 3, 2012
I 've seen different result among Atan2(b4a) , Math.atn(J2ME) ,atn(vb6) .Almost all Math & Trigonomic function eg. Math.sqrt()/sqr and Math.PI/cPI too.
Erel B4X founder Staff member Licensed User Longtime User Feb 3, 2012 #4 Make sure that you are not confusing radians with degrees.
varayut Member Licensed User Longtime User Feb 4, 2012 #5 Yes, Erel. I knew that different (Rad/Deg). It has different in float digits when comparing.