Manual

Programming in HP PPL 579
AFormat Defines the number display format used for number
display in the Home view and to label axes in the Plot
view.
From Symbolic setup, choose Standard, Fixed,
Scientific, or Engineering in the Number Format
field.
In a program, store the constant number into the variable
AFormat.
0 System
1 Standard
2 Fixed
3 Scientific
4 Engineering
Example:
3
ļµ AFormat
Results
variables
The Function, Statistics 1Var, Statistics 2Var, and Inference
apps offer functions that generate results that can be re-
used outside those apps (such as in a program). For
example, the Function app can find a root of a function,
and that root is written to a variable called Root. That
variable can then be used elsewhere.
The results variables are listed with the apps that generate
them. See ā€œApp variablesā€ on page 429.