home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 301 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  846 b 

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: FPU speeds
  5. Date: 5 Jan 1996 21:18:07 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4ck4if$g07@maureen.teleport.com>
  8. References: <30d1d30a@gauss.demon.co.uk> <38231758@kone.fipnet.fi> <339.6578T1149T39@login.eunet.no>
  9. NNTP-Posting-Host: linda.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Patrick Hanevold (patrick.hanevold@login.eunet.no) wrote:
  13.  
  14. : >Yep, I dont get the initial post. But what does this loop? Maybe it rotate
  15. : >a point (and why does this work) ?
  16. : It rotates a vector using a matrix yes.
  17. : Log(a+b) is the same as a*b, so all the mul's are now add's. :)
  18.  
  19.  3+3 = 6
  20.  2+4 = 6
  21.  3*3 = 9
  22.  2*4 = 8
  23.  
  24.  I dont know log() but I cant see how log(6) = 9 and also 8
  25.  
  26.  Stephan
  27.