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

Assignment Statements

Calculation Termination Statements

- STOP statement

- RETURN statement

Calculator Intrinsic Functions

Calculator Supplied Arrays

 

Elements of the language

FORTRAN Calculational Flow Control Statements

- GOTO statement

- CONTINUE statement

- IF statement

- Block IF constructs

- DO statement

FORTRAN Intrinsic Functions

Mathematical Operators

Print Control Statements

- DISPLAY statement

- FORMAT statement

- OPEN statement

- OUTPUT statement

- TRACE statement

- WRITE Statement

The Solution Flag

Stream Property Storage Subroutines

- SRXSTR subroutine

- SRVSTR subroutine

 

Also see Calculator Procedure - Examples.

 

image\BMDMLINE.gif