On Sep 16, 7:07 pm, Lance Nanek <[email protected]> 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 like the G1 that lack hardware floating point support. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

