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

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Integer Sine tables?
  5. Date: 2 Mar 1996 20:43:44 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4habu0$d1d@maureen.teleport.com>
  8. References: <4glqbd$4ab@nnrp1.news.primenet.com> <4gpbi1$3i5@maureen.teleport.com> <1996Feb26.162410.27523@imada.ou.dk> <4gvq0q$qqd@maureen.teleport.com> <DnLG7o.BEE.0.-s@cs.vu.nl>
  9. NNTP-Posting-Host: julie.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Irmen de Jong (irmen@cs.vu.nl) wrote:
  13. : On 27 Feb 1996 20:36:42 GMT Stephan Schaem (sschaem@teleport.com) (Stephan Schaem) wrote:
  14.  
  15. : :  speaking of math... any idea how to find an aproximation of the curve
  16. : :  y = 1/(1/x) = x^2 using an incremental methode like: y = x+a , a+=b ?
  17. :        ^^^^^^^^^^^^^
  18. : hmmm ;-)
  19.  
  20.  I was confused when I wrote that :) But I got info on quatratic 
  21.  interpolation (2nd degree) and it seem it can aproximate to a fraction
  22.  of percent the curve I want. (x^2 is just 1 case)
  23.  
  24.  Thanks for the reply,
  25.  
  26.  Stephan
  27.