Numeric-view variables

C1...C9, C0

Statistics

Digits

All Aplets

Format

All Aplets

The following aplet variables control the Numeric view. The value of the variable applies to the current aplet only.

C0 through C9, for columns of data. Can contain lists.

Enter data in the Numeric view

or

In a program, type

LIST Cn

where n = 0, 1, 2, 3 ... 9

Number of decimal places to use for Number format in the HOME view and for labeling axes in the Plot view.

From the Modes view, enter a value in the second field of Number Format.

or

In a program, type

nDigits

where 0 < n < 11

Defines the number display format to use for numeric format in the HOME view and for labeling axes in the Plot view.

From the Modes view, choose Standard, Fixed, Scientific, Engineering, Fraction or Mixed Fraction in the Number Format field.

or

In a program, store the constant number (or its name) into the variable Format.

1Standard

2Fixed

3Sci

4Eng

5Fraction

6MixFraction

Programming

18-41