Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

Please try to realize this by a FORTRAN program

Jie_H_2
Beginner
507 Views

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!

jie.he@miun.se

0 Kudos
2 Replies
TimP
Honored Contributor III
507 Views
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.
0 Kudos
Ketson_Roberto
Beginner
507 Views

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. 

0 Kudos
Reply