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

  1. Path: bessel.nando.net!prime
  2. From: prime <prime@nando.net>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: math lib problems--PLEASE HELP
  5. Date: Sat, 6 Jan 1996 12:16:44 -0500
  6. Organization: News & Observer Public Access
  7. Message-ID: <Pine.SUN.3.91.960106120254.28770A-100000@bessel.nando.net>
  8. NNTP-Posting-Host: bessel.nando.net
  9. Mime-Version: 1.0
  10. Content-Type: TEXT/PLAIN; charset=US-ASCII
  11.  
  12. I've been using Amiga E v3.1i and whenever I use a fp constant, the 
  13. compiler bombs, stating that it can't find 'mathieeesingbas.library'.
  14.  
  15. I've asked a few people on IRC about this file, and they've never heard 
  16. of it.  Any clues?
  17.  
  18. I DO have mathieeedoubbas.library, mathieeedoubtrans.library, 
  19. mathffp.library, and mathtrans.library (and a friend gave me his 
  20. mathieeesingtrans.library over IRC).  Are there any functions that I can 
  21. use to FORCE the compiler to use one of these libraries instead?
  22.  
  23. I'm only trying to do some equations with pi/etc and i COULD just use 
  24. integer math (by multiplying by 10000 or so (e.g. using 31415 instead of 
  25. 3.1415), doing the math, then scaling back down by dividing by 10000 
  26. again... but this lowers the limit on the values I can use, and it 
  27. greatly reduces accuracy/resolution -- to 4 decimal places)
  28.  
  29. Btw, yes, I've looked all over my WB disks (v1.3 <-- that might be the 
  30. problem: old WB) and even in the .fd files, to no avail.
  31.  
  32. Any help would be greatly appreciated, but as I don't check these groups 
  33. very often, I'd rather you email me with your response to:
  34.           prime@nando.net
  35.  
  36. Thanks for any help you may give me!
  37. --Allan
  38.  
  39.