home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / protocol / tcpip / domains / 905 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.4 KB  |  30 lines

  1. Newsgroups: comp.protocols.tcp-ip.domains
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!udel!darwin.sura.net!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!decwrl!csus.edu!beach.csulb.edu!jbryans
  3. From: jbryans@csulb.edu (Jack Bryans)
  4. Subject: Re: Positional data within DNS
  5. In-Reply-To: vixie@pa.dec.com's message of 24 Jan 93 00:52:12
  6. Message-ID: <JBRYANS.93Jan26095558@beach.csulb.edu>
  7. Lines: 15
  8. Sender: news@csulb.edu (News Administration/Rumor Bureau)
  9. Organization: Cal State Long Beach
  10. References: <1jfj43INNr6e@csc2.anu.edu.au> <1993Jan22.212533.419@analsyn.gts.org>
  11.     <VIXIE.93Jan24005212@cognition.pa.dec.com>
  12. Distribution: inet
  13. Date: Tue, 26 Jan 1993 17:56:01 GMT
  14.  
  15. In article <VIXIE.93Jan24005212@cognition.pa.dec.com> vixie@pa.dec.com (Paul A Vixie) writes:
  16. > radians are a more rational (in my opinion) way to represent polar
  17. > coordinates, but they are generally fractional.
  18.  
  19. Rational, yes, though a transcendental bent helps to see it that way.
  20.  
  21. Expressing an angle as a fraction of a circle has a number of computational
  22. advantages.  Conversion amongst radians for math, DMS for maps & people, and
  23. grads for arty are simple & straightforwrd.  Additionally, the properly
  24. signed minor arc difference between two angles can be computed in 5
  25. instructions, from load to store.
  26.  
  27. Scaling is not a problem, as the binary point is always after the sign bit.
  28.  
  29. Jack
  30.