|
Inverse Trig in Java ME
I've found myself in a bit of a pickle. I need to write a calculation that involves some inverse trig for our robot, and the embedded version of Java that the cRIO uses (Java ME) does not have the inverse trig functions of the Java SE Math library.
How have other teams moved past this limitation?
|