Using mathematical functions
175
INT
Integer part.
INT
(
value
)
Example:
INT(23.2)
returns
23
MANT
Mantissa (significant digits) of
value
.
MANT
(
value
)
Example:
MANT(21.2E34)
returns
2.12
MAX
Maximum. The greater of two values.
MAX
(
value1
,
value2
)
Example:
MAX(210,25)
returns
210
MIN
Minimum. The lesser of two values.
MIN
(
value1
,
value2
)
Example:
MIN(210,25)
returns
25
MOD
Modulo. The remainder of
value1
/
value2
.
value1
MOD
value2
Example:
9
MOD 4
returns
1
%
x
percent of
y
; that is,
x
/100*
y
.
%
(
x
,
y
)
Example:
%
(20,50)
returns
10
%CHANGE
Percent change from
x
to
y
, that is,
100(
y–x
)/
x
.
%
CHANGE
(
x
,
y
)
Example:
%
CHANGE(20,50)
returns
150
Содержание 39gII
Страница 1: ...HP 39gII graphing calculator user s guide Edition1 Part Number NW249 90001 ...
Страница 2: ...Printing History Edition 1 November 201 1 ...
Страница 32: ...22 Getting started ...
Страница 58: ...48 Apps and their views ...
Страница 70: ...60 Function app ...
Страница 80: ...70 Solve app ...
Страница 132: ...122 Parametric app your own table and the split screen functionality available in the Function app ...
Страница 136: ...126 Polar app ...
Страница 140: ...130 Sequence app ...
Страница 148: ...138 Finance app ...
Страница 152: ...142 Linear Solver app ...
Страница 218: ...208 Matrices ...
Страница 226: ...216 Notes and Info ...
Страница 238: ...228 Variables and memory management ...
Страница 318: ...308 Programming ...
Страница 340: ...330 Reference information ...
Страница 346: ...vi Product Regulatory Information ...