Quote:
Originally Posted by Jared341
Alex:
Take a look in the com.sun.squawk.util.MathUtils package. There are implementations of many of the J2SE math functions, including atan() and atan2(), in there.
|
What is the import line I need to use? I tried 'import com.sun.squawk.util.MathUtils;' and that did not work. I have yet to learn what Taylor series are in detail, so that would be a project for down the road.