[android-beginners] Re: Math functions in Android - HELP

2009-09-18 Thread fadden
On Sep 16, 7:07 pm, Lance Nanek wrote: > In addition to the standard class, Android does have a few functions > redone to be less accurate but better performing: > > http://developer.android.com/reference/android/util/FloatMath.html They use Float rather than Double, so they're faster on systems

[android-beginners] Re: Math functions in Android - HELP

2009-09-17 Thread Bartłomiej Nowak
2009/9/16 GlennovitS > > Hey > > I'm about to make an app with some different math functions.. > > How can I make a TAN, COS, and SIN function in andriod?. I dont know > how to start on this.. > > Please help me.. > > Thanks > > > --~--~-~--~~~---~--~~ You receive

[android-beginners] Re: Math functions in Android - HELP

2009-09-17 Thread Lance Nanek
In addition to the standard class, Android does have a few functions redone to be less accurate but better performing: http://developer.android.com/reference/android/util/FloatMath.html On Sep 16, 1:08 pm, Mark Murphy wrote: > GlennovitS wrote: > > Hey > > > I'm about to make an app with some d

[android-beginners] Re: Math functions in Android - HELP

2009-09-16 Thread Mark Murphy
GlennovitS wrote: > Hey > > I'm about to make an app with some different math functions.. > > How can I make a TAN, COS, and SIN function in andriod?. I dont know > how to start on this.. > > Please help me.. Look at the Math class: http://developer.android.com/reference/java/lang/Math.html