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
Thanks