296 Programming
AAngle Sets the angle mode.
From Modes view, choose System, Degrees, or
Radians for angle measure. System (default) will force
the angle measure to agree with that in Modes. In the
Statistics app, you can set this from Symbolic Setup as
well.
Or, in a program, type:
1
AAngle—for System.
2
AAngle—for Degrees.
3
AAngle—for Radians.
ADigits Number of decimal places to use for Number format in
the Home view and for labelling axes in the Plot view.
From the Modes view, enter a value in the second field of
Number Format.
Or, in a program, type:
ADigits
where
AFormat Defines the number display format used for number
display in the Home view and to label axes in the Plot
view.
From the Modes view, choose Standard, Fixed,
Scientific, or Engineering in the Number Format
field.
Or, in a program, store the constant number (or its name)
into the variable Format.
1 Standard
2 Fixed
3 Sci
4 Eng
Example:
Scientific
AFormat
or
3
AFormat