Re: Programing Language: latitude-longitude-decimalize

2011-11-29 Thread Thad Floryan
On 11/29/2011 5:14 PM, Jürgen Exner wrote: > Thad Floryan wrote: >> On 11/29/2011 2:53 PM, Xah Lee wrote: > > Please do not reply to the eternal troll > > Thanks Mea culpa, you're correct. I responded only because the subject is something with which I'm famil

Re: Programing Language: latitude-longitude-decimalize

2011-11-29 Thread Thad Floryan
On 11/29/2011 2:53 PM, Xah Lee wrote: > fun programing exercise. Write a function “latitude-longitude- > decimalize”. > > It should take a string like this: 「"37°26′36.42″N 06°15′14.28″W"」. > The return value should be a pair of numbers, like this: 「[37.44345 > -6.25396]」. >