Constants

The Constants table is used to store numerical values, which can be referred to in the Procedure section. These values cannot be changed by the calculations in the procedure section.

 

Usage

 

To display the constant table, first push the Edit/View Declarations button if the View Area is not visible. Then push the Constants... button in the View Area.

 

If you want to store any constant values, enter the constant number and its value. The constant numbers should be integers only and need not be consecutive or ordered in any manner in the table. If integer values are entered for values, they are converted into floating point numbers.

 

The maximum number of constants that can be defined is set by the size of the C( ) array in the Arrays section. In the constants table you can delete or add additional rows. See Editing Tabular Data for more details.

 

To use the elements of the constants table in the calculator procedure, the syntax is:

 

C( constant number )

 

Related Topics

Calculator - General Information

Calculator Main Window