From: Barry Margolin <barmar@alum.mit.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: distance from Easter Island to Chile
Date: Sun, 20 Apr 2014 03:01:36 -0400 [thread overview]
Message-ID: <barmar-E03052.03013620042014@news.eternal-september.org> (raw)
In-Reply-To: mailman.19905.1397975330.10748.help-gnu-emacs@gnu.org
In article <mailman.19905.1397975330.10748.help-gnu-emacs@gnu.org>,
Eli Zaretskii <eliz@gnu.org> wrote:
> > From: Emanuel Berg <embe8573@student.uu.se>
> > Date: Sun, 20 Apr 2014 02:03:32 +0200
> >
> > (defun distance (l1-r f1-r l2-r f2-r)
> > (interactive)
> > (let ((l1 (degrees-to-radians l1-r))
> > (f1 (degrees-to-radians f1-r))
> > (l2 (degrees-to-radians l2-r))
> > (f2 (degrees-to-radians f2-r)) )
> > (* 2 6378.1 ; Earth's radius
> > (asin
> > (sqrt
> > (+ (sin2 (/ (- f2 f1) 2))
> > (* (cos f2) (cos f1) (sin2 (/ (- l2 l1) 2))) ))))))
>
> This is inaccurate (Earth is not a sphere).
How accurate does your input have to be for that to be a significant?
I.e. if you're calculating the distance between two cities, and each
city is 5 miles wide, the distance is +/- 10 miles depending on where in
the two cities you decide to get the coordinates from. So if the error
in the formula is 2 miles, it's less than the inaccuracy in the input,
so the formula should be good enough.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
next prev parent reply other threads:[~2014-04-20 7:01 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-20 0:03 distance from Easter Island to Chile Emanuel Berg
2014-04-20 3:55 ` Frank Stutzman
2014-04-20 15:14 ` Emanuel Berg
2014-04-20 22:39 ` giacomo.boffi
[not found] ` <mailman.19957.1398033917.10748.help-gnu-emacs@gnu.org>
2014-04-21 1:40 ` Emanuel Berg
2014-04-21 1:50 ` Emanuel Berg
2014-04-21 9:45 ` giacomo.boffi
[not found] ` <mailman.19981.1398073560.10748.help-gnu-emacs@gnu.org>
2014-04-21 10:35 ` Emanuel Berg
2014-04-21 10:50 ` Emanuel Berg
2014-04-23 2:49 ` Emanuel Berg
2014-04-21 2:16 ` Emanuel Berg
2014-04-20 4:44 ` Barry Margolin
2014-04-20 15:06 ` Emanuel Berg
2014-04-20 6:28 ` Eli Zaretskii
[not found] ` <mailman.19905.1397975330.10748.help-gnu-emacs@gnu.org>
2014-04-20 7:01 ` Barry Margolin [this message]
2014-04-20 7:48 ` Eli Zaretskii
2014-04-20 10:26 ` Thorsten Jolitz
2014-04-20 11:03 ` Eli Zaretskii
2014-04-20 15:22 ` Emanuel Berg
2014-04-21 6:04 ` Emanuel Berg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=barmar-E03052.03013620042014@news.eternal-september.org \
--to=barmar@alum.mit.edu \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).