home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / rexx / 659 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.3 KB

  1. Xref: sparky comp.lang.rexx:659 comp.os.os2.programmer:3814
  2. Path: sparky!uunet!dtix!darwin.sura.net!cs.ucf.edu!ocoee!raitano
  3. From: raitano@ocoee.cs.ucf.edu (Tony Raitano )
  4. Newsgroups: comp.lang.rexx,comp.os.os2.programmer
  5. Subject: Re: Need scientific math for OS/2 REXX
  6. Message-ID: <1992Jul27.171421.7454@cs.ucf.edu>
  7. Date: 27 Jul 92 17:14:21 GMT
  8. References: <1992Jul27.002238.12130@tamsun.tamu.edu>
  9. Sender: news@cs.ucf.edu (News system)
  10. Organization: University of Central Florida, Orlando
  11. Lines: 18
  12.  
  13. In article <1992Jul27.002238.12130@tamsun.tamu.edu> dlb5404@tamsun.tamu.edu (Daryl Biberdorf) writes:
  14. >Has anyone written a REXX library for OS/2 that implements scientific
  15. >math functions (trigonometric, logarithms, etc.)?  I'm *really* needing
  16. >an exponentiation function that will let me specify a real (versus
  17. >whole) number for the power, for instance 2**0.93.  Right now,
  18. >the 0.93 is not supported by the ** operator, which takes only
  19. >whole numbers for the power.
  20. >
  21. >Any help is appreciated.
  22. >
  23. >Daryl
  24.  
  25. Can't help you there, but I've written a root function that will figure the
  26. n'th root (n >0 and an integer).  It started out as a square root, but I
  27. generalized it to n'th root.
  28.  
  29. Also, a friend of mine wrote a log() function.  If anyone wants either of
  30. these, let me know.
  31.