- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
User can input a mathematical function, and then using this function, a program makes calculations.
Procedures:
a User will input a function (any one), e.g., f(x)=x**3+x;
b A program gets this function;
c User provides an “x” value.
d A program makes calculation and outputs the result.
Thanks!
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If this has been rejected as a homework effort on Fortran forums, you'll do better to follow the usual advice:
study your assignment, show your best effort on a Fortran forum such as comp.lang.fortran newsgroup if you still need assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I would like to know a little bit more about your intention, but in all case should you use some kind of interpreter (parser) it can help you to develop your application.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page