Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: anust
  • Order by date
  1. anust

    Fortran LUT

    Many thanks for your detailed reply and the program. So the values have to be stored as data to be called in later. What if we need to compute the values and make an array of them and store them as table. For example I have made function for Binomial(n,k) and now I don't want it to be computed...
  2. anust

    Fortran LUT

    I need to make look up tables for some of my functions to reduce run time for my fortran77 program. Can somebody tell me how to make a LUT and then how to call it in program. For example if I need a LUT of factorials up to 10! how to do that. Couldn't find anything searching the web. Thanks
  3. anust

    LUT Fortran

    I need to make look up tables for some of my functions to reduce run time for my fortran program. Can somebody tell me how to make a LUT and then how to call it in program.

Part and Inventory Search

Back
Top