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 <[email protected]> wrote: > 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 > > This is standard Java, nothing unique to Android. > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://twitter.com/commonsguy > > Need Android talent? Ask on HADO!http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

