home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / c / 16275 < prev    next >
Encoding:
Text File  |  1992-11-10  |  999 b   |  26 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!utcsri!torn!csd.unb.ca!morgan.ucs.mun.ca!pico.engr.mun.ca!bibhas
  3. From: bibhas@pico.engr.mun.ca (Bibhas Bhattacharya)
  4. Subject: Want function to eval. math expression string...
  5. Message-ID: <bibhas.721411694@femto.engr.mun.ca>
  6. Keywords: math
  7. Sender: usenet@morgan.ucs.mun.ca (NNTP server account)
  8. Organization: Memorial University of Newfoundland
  9. Date: Tue, 10 Nov 1992 16:08:14 GMT
  10. Lines: 14
  11.  
  12. Hi!
  13. If you have a funtion which accepts a string of math expression and returns
  14. the value for a supplied x-value, I would like to use it in one of my
  15. programs. A typical function call should look similar to this..
  16.     y = evaluate(10.5, " 2 + 3 * sin(x)");
  17. For which it should return:
  18.     2 + 3 * sin(10.5) whatever that amounts up to.
  19. Thanks in advance.
  20. Bibhas.
  21. --
  22.     +==========================+=========================+
  23.     | login name: DR. Jackyl   |  In real life: Mr. Hyde.|
  24.     +==========================+=========================+
  25.             |   bibhas@pico.engr.mun.ca  |
  26.