Math.pow(45.0, 1.5);
On Wednesday, October 10, 2012 1:03:48 PM UTC-5, Karl Kristian Markman wrote: > > Can someone pleas tell me how to get numbers in power ? > > Like this (syntax used in Excel): 45^(3/2) ? > > > > On Tuesday, October 9, 2012 9:16:20 PM UTC+2, Karl Kristian Markman wrote: >> >> I figured as much. >> >> I hav found the forumla but Im not sure how to use the formula in code. I >> mean do I just put the numbers and calculations in or do I need a special >> syntax for things like sinus and cosinus? >> >> Here is link to formula : Lat long to >> UTM<http://www.uwgb.edu/dutchs/usefuldata/utmformulas.htm> >> >> On Tuesday, October 9, 2012 2:17:12 PM UTC+2, Rudolf Hornig wrote: >>> >>> No. Location is provides as lat/lon in WGS84. You have to convert that >>> to UTM. >>> >>> On Tuesday, October 9, 2012 12:40:16 PM UTC+2, Karl Kristian Markman >>> wrote: >>>> >>>> Hi >>>> >>>> I am currently in the process with making an app that shall show the >>>> loaction retrived from the GPS sensor and displying the position in UTM >>>> format (WGS83 datum). >>>> >>>> Is there a way to get the location info from the GPS as UTM? >>>> >>> -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

