home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / bsd / 11782 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  856 b 

  1. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!ljo
  2. From: ljo@r2d2.eeap.cwru.edu (L. Jonas Olsson)
  3. Newsgroups: comp.unix.bsd
  4. Subject: lgamma is missing
  5. Date: 24 Jan 1993 23:52:53 GMT
  6. Organization: Case Western Reserve Univ. Cleveland, Ohio (USA)
  7. Lines: 12
  8. Message-ID: <1jva4lINNdl@usenet.INS.CWRU.Edu>
  9. NNTP-Posting-Host: proteus.eeap.cwru.edu
  10. Keywords: Octave, mathlib, lgamma, signgam
  11.  
  12. I'm trying to compile Octave (a Matlab clone) and it uses the function
  13. lgamma. 386BSD comes with a man page for it and it is also mentioned in
  14. <math.h>. In the man page is is described to return ln|gamma(x)| and
  15. the external integer signgam returns the sign of gamma(x).
  16.  
  17. In the mathlib-2.1-386bsd package there is a function lgamma, but it
  18. does not set the external variable signgam, and therefore doesn't
  19. work with (unmodified) Octave.
  20.  
  21.     Jonas Olsson
  22.     ljo@po.cwru.edu
  23.  
  24.