User Manual - Page 347

For ZR-5800.

Loading ...
Loading ...
Loading ...
84
EDIT menu
New Worksheet Opens a new worksheet. See page
23.
Chart Title... Changes the chart title. See page
64.
Duplicate Chart... Makes a copy of the current chart.
See page 66.
Delete Chart Deletes the current chart. See page
66.
Delete Group... Deletes group of charts. See page
66.
Copy Image Copies display image of the current
chart to clipboard. See page 66.
Appendix B: Function Reference
The following built-in functions are available for inclusion
in spreadsheet formulas. Each function is described in
detail below.
Arithmetic functions
Arithmetic functions (or operators) operate on numeric
values or references to numeric values.
value1
*
value2 Returns the result of multiplying
value1 by value2.
Example: 6
*
5 returns 30.
value1
+
value2
Returns the result of adding
value1
to
value2
.
Example: 6+5 returns 11.
value1
-
value2
Returns the result of subtracting
value2
from
value1
.
Example: 6-5 returns 1.
value1
/
value2
Returns the result of dividing
value1
by
value2
.
Example: 6/5 returns 1.2.
value1
^
value2
Returns the result of multiplying
value1
by itself
value2
times.
Example: 2^4 returns 16.
2^-3 returns 0.125
Loading ...
Loading ...
Loading ...