Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

inverse trigonometric functions (J2ME)

807580Mar 8 2007 — edited May 13 2010
Recently 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2010
Added on Mar 8 2007
14 comments
261 views