inverse trigonometric functions (J2ME)
807580Mar 8 2007 — edited May 13 2010Recently started J2ME developing, and found out how limited the java.lang.Math class was for J2ME. I'm working on a Side Angle SIde, Angle Side Angle, Side Side Side formula midlet for one of my friends as a good way to get started in devving J2ME apps, but this no arcsine or arccosine function is killing me, as I need both to finish. I've seen Beartronics http://www.beartronics.com/bearlib.sourceforge.net/ J2ME Math library, but I have no idea how to implement it using fixed point numbers. I see the >> and << operator, and never have had a chance to use them. How do I work this thing? Or is there a better way/better library out there? heh, thanks.