Calculator Procedure
The Procedure section of the calculator contains the FORTRAN-based statements which perform calculations. The section refers to the arrays described in the calculator setup section, where the desired data are entered. The following is a list of various elements of the calculator procedure.
Procedure Topics (in alphabetical order)
User-defined Variables and Arrays
Calculation Termination Statements
Calculator Intrinsic Functions
FORTRAN Calculational Flow Control Statements
Stream Property Storage Subroutines
Also see Calculator Procedure - Examples.