Introduction
The factorial of n, , is given by
In Fortran, there is no intrinsic function for factorial, so we must write our own.
Richard Kohar — Adventures into Mathematics
You are currently browsing articles tagged Fortran.
The factorial of n, , is given by
In Fortran, there is no intrinsic function for factorial, so we must write our own.
Tags: Fortran
These notes were developed as I was learning how to program in Fortran 90. Matlab is a great scripting language; however, when you need to do a lot of numerical computations, nothing beats Fortran (or C).
Recent Comments