home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23656 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.3 KB  |  43 lines

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!engr.uark.edu!mbox.ualr.edu!delta.ualr.edu!nmspillers
  2. Newsgroups: comp.os.linux
  3. Subject: POSIX math.h question
  4. Message-ID: <1993Jan11.123857.1@ualr.edu>
  5. From: nmspillers@ualr.edu
  6. Date: 11 Jan 93 12:38:57 GMT
  7. Organization: University of Arkansas at Little Rock
  8. Nntp-Posting-Host: delta.ualr.edu
  9. Lines: 32
  10.  
  11. Hello people!
  12.  
  13. Well, I've got a kinda strange question. . .
  14.  
  15. in the linux includes, specifically <math.h>, are there any equivilants for
  16. the
  17.  
  18. #define DOMAIN    1
  19. #define SING      2
  20. #define OVERFLOW  3
  21. #define UNDERFLOW 4
  22. #define TLOSS     5
  23. #define PLOSS     6
  24.  
  25. statements?  I know these are not posix defines, but I was just wondering.
  26. (In ultrix, the "unix" I work with, they are nested under an #ifdef !POSIX_DEF
  27. in math.h).  I looked, but being a newbie to all such things, of *course* I 
  28. didn't find anything!
  29.  
  30. If you are wondering why I'm asking such a foolish question, I'm trying to
  31. compile POV, a pretty nifty ray tracer--it dies with the above being 
  32. undefined. . .
  33.  
  34. Just a novice asking dumb questions :-)
  35.  
  36. Please followup to the mail address below and thanx for your patience!
  37.  
  38. #include <all.standard.adulations.for.linus.and.crew>
  39.  
  40. nate
  41. nmspillers@ualr.edu
  42.  
  43.